summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke <glennbakke@gmail.com>2017-12-03 14:05:16 +0100
committerDamien George <damien.p.george@gmail.com>2018-07-18 17:12:25 +1000
commit725267df091f1620e4be98f4f8521fbaa4d1f575 (patch)
treee1eed34d926ca7f102334ca85252dd854dfdc3bd
parentf8f14bf0c789710cbc82d6475c3433b61303c1f3 (diff)
nrf: Change PYB prefix to MPY
-rw-r--r--ports/nrf/main.c2
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 {