Don't use the extern keyword for functions because it's redundant.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
extern void UsbProtocolHandler();
|
||||
extern void ApplyConfig(void);
|
||||
void UsbProtocolHandler();
|
||||
void ApplyConfig(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user