From 725267df091f1620e4be98f4f8521fbaa4d1f575 Mon Sep 17 00:00:00 2001
From: Glenn Ruben Bakke <glennbakke@gmail.com>
Date: Sun, 3 Dec 2017 14:05:16 +0100
Subject: [PATCH] nrf: Change PYB prefix to MPY

---
 ports/nrf/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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