Correcting prototypes and includes.

This commit is contained in:
skarg
2010-08-18 00:01:32 +00:00
parent 3c9c3c2d56
commit a23d75689d
4 changed files with 14 additions and 1 deletions
+2
View File
@@ -41,6 +41,7 @@
/** @file debug.c Debug print function */
#if DEBUG_ENABLED
void debug_printf(
const char *format,
...)
@@ -54,3 +55,4 @@ void debug_printf(
return;
}
#endif