Rename UhkModulePhase_*ProtocolVersion to UhkModulePhase_*ModuleProtocolVersion.

This commit is contained in:
László Monda
2017-12-15 01:16:27 +01:00
parent bd53b73685
commit c1b887cea8
4 changed files with 13 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ void SlaveTxHandler(void)
TxMessage.length = 1;
break;
}
case SlaveProperty_ProtocolVersion: {
case SlaveProperty_ModuleProtocolVersion: {
TxMessage.data[0] = MODULE_PROTOCOL_VERSION;
TxMessage.length = 1;
break;