aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Lib
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-19 06:25:54 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-19 06:25:54 +0000
commit04354ffcadfebb0d1c5bd010cf126ae3c126f231 (patch)
tree1630a6e899ad198f7b71dddd0435da7749ad681c /Projects/Magstripe/Lib
parent083d3615d327a90aeaed9adc74eb997315daaafd (diff)
downloadlufa-04354ffcadfebb0d1c5bd010cf126ae3c126f231.tar.gz
lufa-04354ffcadfebb0d1c5bd010cf126ae3c126f231.tar.bz2
lufa-04354ffcadfebb0d1c5bd010cf126ae3c126f231.zip
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.
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 ffbdc86c6..6220e1b90 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 */