placing parts of confusion closer together
This commit is contained in:
parent
fd9e3a1f5c
commit
e0c59ab6b1
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue