diff options
Diffstat (limited to 'ports/teensy/main.c')
-rw-r--r-- | ports/teensy/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/teensy/main.c b/ports/teensy/main.c index 3ae049883..ad98a4364 100644 --- a/ports/teensy/main.c +++ b/ports/teensy/main.c @@ -343,7 +343,7 @@ soft_reset: } } - printf("PYB: soft reboot\n"); + printf("MPY: soft reboot\n"); // first_soft_reset = false; goto soft_reset; |