Rename uhkModuleId to uhkModuleDriverId in UhkModuleSlaveDriver_Init() and UhkModuleSlaveDriver_Update()
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
void UhkModuleSlaveDriver_Init(uint8_t uhkModuleId);
|
||||
status_t UhkModuleSlaveDriver_Update(uint8_t uhkModuleId);
|
||||
void UhkModuleSlaveDriver_Init(uint8_t uhkModuleDriverId);
|
||||
status_t UhkModuleSlaveDriver_Update(uint8_t uhkModuleDriverId);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user