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