This commit is contained in:
iceman1001 2024-01-04 23:30:48 +01:00
commit 0d5e76a9ca
2 changed files with 4 additions and 2 deletions

View file

@ -339,10 +339,10 @@ void Flashmem_print_status(void) {
Dbprintf(" Baudrate................ " _GREEN_("%d MHz"), FLASHMEM_SPIBAUDRATE / 1000000);
if (!FlashInit()) {
DbpString(" Init.................... " _RED_("FAILED"));
DbpString(" Init.................... " _RED_("failed"));
return;
}
DbpString(" Init.................... " _GREEN_("OK"));
DbpString(" Init.................... " _GREEN_("ok"));
// NOTE: It would likely be more useful to use JDEC ID command 9F,
// as it provides a third byte indicative of capacity.