placing parts of confusion closer together

This commit is contained in:
rusefi 2020-05-09 00:47:11 -04:00
parent fd9e3a1f5c
commit e0c59ab6b1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void writeToFlashNow(void) {
bool isSuccess = (result1 == FLASH_RETURN_SUCCESS) && (result2 == FLASH_RETURN_SUCCESS);
if (isSuccess) {
scheduleMsg(logger, FLASH_SUCCESS_MSG);
scheduleMsg(logger, "FLASH_SUCCESS");
} else {
scheduleMsg(logger, "Flashing failed");
}