X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/083d3615d327a90aeaed9adc74eb997315daaafd..04354ffcadfebb0d1c5bd010cf126ae3c126f231:/Projects/Magstripe/Lib/CircularBitBuffer.h 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 */