X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/82fa9149d705b70fc6d0e53e3d164fe138ce9a8b..8f4f48d963d0dd5751298a3a301dcbb32e26082b:/Projects/XPLAINBridge/XPLAINBridge.h?ds=inline diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h index 449257502..f5c86c2f4 100644 --- a/Projects/XPLAINBridge/XPLAINBridge.h +++ b/Projects/XPLAINBridge/XPLAINBridge.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2010. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted @@ -45,13 +45,14 @@ #include "AVRISPDescriptors.h" #include "USARTDescriptors.h" - - #include "Lib/LightweightRingBuff.h" - #include "Lib/SoftUART.h" + + // cppcheck-suppress missingInclude #include "Lib/V2Protocol.h" + #include "Lib/SoftUART.h" #include #include + #include #include /* Macros: */ @@ -77,9 +78,9 @@ #define MODE_PDI_PROGRAMMER true /* External Variables: */ - extern bool CurrentFirmwareMode; - extern RingBuff_t UARTtoUSB_Buffer; - extern RingBuff_t USBtoUART_Buffer; + extern bool CurrentFirmwareMode; + extern RingBuffer_t UARTtoUSB_Buffer; + extern RingBuffer_t USBtoUART_Buffer; /* Function Prototypes: */ void SetupHardware(void);