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