diff options
| -rw-r--r-- | ports/nrf/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/main.c b/ports/nrf/main.c index e55883578..a6bac8bab 100644 --- a/ports/nrf/main.c +++ b/ports/nrf/main.c @@ -170,7 +170,7 @@ pin_init0(); FRESULT res = f_mount(&vfs->fatfs, vfs->str, 1); if (res != FR_OK) { - printf("PYB: can't mount SD card\n"); + printf("MPY: can't mount SD card\n"); MP_STATE_PORT(fs_user_mount)[1] = NULL; m_del_obj(fs_user_mount_t, vfs); } else { |
