Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlightControl-User committed Oct 8, 2023
1 parent 279e278 commit 383991c
Show file tree
Hide file tree
Showing 4 changed files with 6,025 additions and 5,899 deletions.
4 changes: 2 additions & 2 deletions src/cx16-update.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void main() {
#endif
#endif

display_info_vera(STATUS_SKIP, "VERA not yet supported."); // Set the info for the VERA to Detected.
display_info_vera(STATUS_SKIP, "VERA not yet supported"); // Set the info for the VERA to Detected.


#ifdef __ROM_CHIP_PROCESS
Expand Down Expand Up @@ -433,7 +433,7 @@ void main() {
display_info_rom(rom_chip, STATUS_ERROR, info_text);
} else {
// RFL3 | Flash ROM and all ok
display_info_rom(rom_chip, STATUS_FLASHED, "OK!");
display_info_rom(rom_chip, STATUS_FLASHED, NULL);
}
}
}
Expand Down
Loading

0 comments on commit 383991c

Please sign in to comment.