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