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