converted any C++ comments to C comments using script.

This commit is contained in:
skarg
2012-05-13 15:08:17 +00:00
parent 48e2c60ce2
commit f47c1df1b4
4 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ int main(
/* blink LEDs, Turn on or off outputs, etc */
}
// Dummy return
/* Dummy return */
return 0;
}