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