Don't use the extern keyword for functions because it's redundant.

This commit is contained in:
László Monda
2017-09-28 02:37:55 +02:00
parent 41c2556386
commit ecf1ad2468
29 changed files with 62 additions and 59 deletions

View File

@@ -39,7 +39,7 @@
// Functions:
extern void InitSlaveScheduler();
extern void SetLeds(uint8_t ledBrightness);
void InitSlaveScheduler();
void SetLeds(uint8_t ledBrightness);
#endif