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