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