X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f1076ac4d6e56bff7fb6d2126746af1108211370..31d8ebebc0796873f7c70db80a04acdcbb307ed8:/Projects/Magstripe/Lib/CircularBitBuffer.h?ds=sidebyside 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 */