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