nrf: Change PYB prefix to MPY

This commit is contained in:
Glenn Ruben Bakke 2017-12-03 14:05:16 +01:00 committed by Damien George
parent f8f14bf0c7
commit 725267df09
1 changed files with 1 additions and 1 deletions

View File

@ -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 {