projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
The RingBuff library code has been replaced in the XPLAINBridge project with an ultra...
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
XPLAINBridge.h
diff --git
a/Projects/XPLAINBridge/XPLAINBridge.h
b/Projects/XPLAINBridge/XPLAINBridge.h
index
9c90a8b
..
2fa84d3
100644
(file)
--- a/
Projects/XPLAINBridge/XPLAINBridge.h
+++ b/
Projects/XPLAINBridge/XPLAINBridge.h
@@
-45,7
+45,6
@@
#include "AVRISPDescriptors.h"
#include "USARTDescriptors.h"
#include "AVRISPDescriptors.h"
#include "USARTDescriptors.h"
- #include "Lib/RingBuff.h"
#include "Lib/SoftUART.h"
#include <Lib/V2Protocol.h>
#include "Lib/SoftUART.h"
#include <Lib/V2Protocol.h>
@@
-74,7
+73,15
@@
#define MODE_USART_BRIDGE false
/** Firmware mode define for the AVRISP Programmer mode. */
#define MODE_USART_BRIDGE false
/** Firmware mode define for the AVRISP Programmer mode. */
- #define MODE_PDI_PROGRAMMER true
+ #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;
/* External Variables: */
extern bool CurrentFirmwareMode;