aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Lib
diff options
context:
space:
mode:
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 */