Converted C++ comments to C comments

This commit is contained in:
skarg
2009-10-24 15:49:00 +00:00
parent d8b6557641
commit 2917c9abf0
6 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ typedef struct MyData {
uint8_t cMyByte1;
uint8_t cMyByte2;
float fMyReal;
int8_t sMyString[MY_MAX_STR+1]; // A little extra for the nul
int8_t sMyString[MY_MAX_STR+1]; /* A little extra for the nul */
} DATABLOCK;