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