aboutsummaryrefslogtreecommitdiff
path: root/Projects/Magstripe/Lib
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-19 06:25:54 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-19 06:25:54 +0000
commitc06031b3bc53103dc724ff616f33ec971d67bdf5 (patch)
tree1630a6e899ad198f7b71dddd0435da7749ad681c /Projects/Magstripe/Lib
parent7f2342e7367287b4d23278534c0dad7199a685b6 (diff)
Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.
Added documentation of the makefile CDEFS values to the MagStripe project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@749 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Magstripe/Lib')
-rw-r--r--Projects/Magstripe/Lib/CircularBitBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Magstripe/Lib/CircularBitBuffer.h b/Projects/Magstripe/Lib/CircularBitBuffer.h
index ffbdc86c..6220e1b9 100644
--- a/Projects/Magstripe/Lib/CircularBitBuffer.h
+++ b/Projects/Magstripe/Lib/CircularBitBuffer.h
@@ -53,7 +53,7 @@
#endif
/* Type Defines: */
- /* Type define for a pointer to a bit in a bit buffer. */
+ /** Type define for a pointer to a bit in a bit buffer. */
typedef struct
{
uint8_t* CurrentByte; /**< Pointer to the current byte in the buffer */