Explicitly add void to the argument list of zero argument functions.
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
void InitI2cWatchdog();
|
||||
void InitI2cWatchdog(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user