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