This commit is contained in:
RocketRobz 2018-10-21 19:48:40 -06:00
parent b7a8b8f245
commit 5766b4e040

View File

@ -225,7 +225,7 @@ void dm_drawBottomScreen(void) {
if (fatLabel[0] != '\0') { if (fatLabel[0] != '\0') {
iprintf (" (%s)", fatLabel); iprintf (" (%s)", fatLabel);
} }
printf ("\n(Slot-1 SD FAT, ", fatSize); printf ("\n(Slot-1 SD FAT, ");
printBytes(fatSize); printBytes(fatSize);
printf(")"); printf(")");
} else if (dmAssignedOp[dmCursorPosition] == 2) { } else if (dmAssignedOp[dmCursorPosition] == 2) {