Skip to content

Commit 04ce91f

Browse files
committed
Change to user message, helps with python bootloader.
1 parent 180c87b commit 04ce91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void bootloader_main ()
101101
ihx_write(buff);
102102
break;
103103
case IHX_RECORD_EOF:
104-
usb_putstr("Jumping to user code\n");
104+
usb_putstr("0\nJumping to user code\n");
105105
jump_to_user();
106106
break;
107107
default:

0 commit comments

Comments
 (0)