projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.
[pub/USBasp.git]
/
Projects
/
Magstripe
/
Lib
/
CircularBitBuffer.h
diff --git
a/Projects/Magstripe/Lib/CircularBitBuffer.h
b/Projects/Magstripe/Lib/CircularBitBuffer.h
index
ffbdc86
..
6220e1b
100644
(file)
--- a/
Projects/Magstripe/Lib/CircularBitBuffer.h
+++ b/
Projects/Magstripe/Lib/CircularBitBuffer.h
@@
-53,7
+53,7
@@
#endif
\r
\r
/* Type Defines: */
\r
#endif
\r
\r
/* Type Defines: */
\r
- /* Type define for a pointer to a bit in a bit buffer. */
\r
+ /*
*
Type define for a pointer to a bit in a bit buffer. */
\r
typedef struct
\r
{
\r
uint8_t* CurrentByte; /**< Pointer to the current byte in the buffer */
\r
typedef struct
\r
{
\r
uint8_t* CurrentByte; /**< Pointer to the current byte in the buffer */
\r