We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6265083 commit 0ad2b1dCopy full SHA for 0ad2b1d
firmware/spade/src/rpi/upload.h
@@ -423,8 +423,8 @@ static int upl_stdin_read(void) {
423
424
// not enough slots
425
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),
+ // /OO_FLASH/{slots needed}/{slots available}/
+ printf("/OO_FLASH/%lu/%d/", GAME_SLOTS(upl_state.len),
428
get_available_flash_slots(exclude));
429
multicore_launch_core1(core1_entry);
430
return 0; // ERROR!
public/pico-os.uf2
0 Bytes
0 commit comments