aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/XPLAINBridge/XPLAINBridge.h')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h
index 2fa84d3f3..ddb5b0e0c 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.h
+++ b/Projects/XPLAINBridge/XPLAINBridge.h
@@ -45,8 +45,9 @@
#include "AVRISPDescriptors.h"
#include "USARTDescriptors.h"
- #include "Lib/SoftUART.h"
- #include <Lib/V2Protocol.h>
+ #include "Lib/LightweightRingBuff.h"
+ #include "Lib/SoftUART.h"
+ #include "Lib/V2Protocol.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>
@@ -74,14 +75,6 @@
/** Firmware mode define for the AVRISP Programmer mode. */
#define MODE_PDI_PROGRAMMER true
-
- /* Type Defines: */
- typedef struct
- {
- uint8_t Buffer[128];
- uint8_t* In;
- uint8_t* Out;
- } RingBuff_t;
/* External Variables: */
extern bool CurrentFirmwareMode;