Fix compiler warning

This commit is contained in:
Benau
2018-11-26 11:56:04 +08:00
parent dba713f72e
commit 9ed9787b6f

View File

@@ -513,6 +513,8 @@ std::string AbstractCharacteristic::getName(CharacteristicType type)
return "SKID_REDUCE_TURN_MAX";
case SKID_ENABLED:
return "SKID_ENABLED";
case ENGINE_GENERIC_MAX_SPEED:
return "ENGINE_GENERIC_MAX_SPEED";
/* <characteristics-end getName> */
} // switch (type)