Rename uhkModuleId to uhkModuleDriverId in UhkModuleSlaveDriver_Init() and UhkModuleSlaveDriver_Update()

This commit is contained in:
László Monda
2017-09-30 00:40:13 +02:00
parent a7b0dfef1d
commit c23d327384
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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