Skip to content

Commit 0ad2b1d

Browse files
fix out of flash message in spade- add preceding slash (#2257)
fix OO_FLASH message
1 parent 6265083 commit 0ad2b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firmware/spade/src/rpi/upload.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ static int upl_stdin_read(void) {
423423

424424
// not enough slots
425425
if (get_available_flash_slots(exclude) < GAME_SLOTS(upl_state.len)) {
426-
// OO_FLASH/{slots needed}/{slots available}/
427-
printf("OO_FLASH/%lu/%d/", GAME_SLOTS(upl_state.len),
426+
// /OO_FLASH/{slots needed}/{slots available}/
427+
printf("/OO_FLASH/%lu/%d/", GAME_SLOTS(upl_state.len),
428428
get_available_flash_slots(exclude));
429429
multicore_launch_core1(core1_entry);
430430
return 0; // ERROR!

public/pico-os.uf2

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)