nrf: Change PYB prefix to MPY
This commit is contained in:
parent
f8f14bf0c7
commit
725267df09
|
@ -170,7 +170,7 @@ pin_init0();
|
||||||
|
|
||||||
FRESULT res = f_mount(&vfs->fatfs, vfs->str, 1);
|
FRESULT res = f_mount(&vfs->fatfs, vfs->str, 1);
|
||||||
if (res != FR_OK) {
|
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;
|
MP_STATE_PORT(fs_user_mount)[1] = NULL;
|
||||||
m_del_obj(fs_user_mount_t, vfs);
|
m_del_obj(fs_user_mount_t, vfs);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue