refactoring: just a better constant name
This commit is contained in:
parent
836f0359bd
commit
ff6edb9790
|
@ -2087,7 +2087,7 @@ typedef enum {
|
|||
NO_LONGER_USED_CUSTOM_ERR_VVT_OUT_OF_RANGE = 6726,
|
||||
CUSTOM_VVT_MODE_NOT_SELECTED = 6727,
|
||||
CUSTOM_ERR_6728 = 6728,
|
||||
CUSTOM_ERR_6729 = 6729,
|
||||
CUSTOM_ARTIFICIAL_MISFIRE = 6729,
|
||||
|
||||
|
||||
STACK_USAGE_COMMUNICATION = 6900,
|
||||
|
|
|
@ -538,7 +538,7 @@ void onTriggerEventSparkLogic(bool limitedSpark, uint32_t trgEventIndex, int rpm
|
|||
// artificial misfire on cylinder #1 for testing purposes
|
||||
// enable artificialMisfire
|
||||
// set_fsio_setting 6 20
|
||||
warning(CUSTOM_ERR_6729, "artificial misfire on cylinder #1 for testing purposes %d", engine->globalSparkIdCounter);
|
||||
warning(CUSTOM_ARTIFICIAL_MISFIRE, "artificial misfire on cylinder #1 for testing purposes %d", engine->globalSparkIdCounter);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue