summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2016-10-10 12:17:11 -0700
committerScott Shawcroft <scott@chickadee.tech>2016-10-10 12:17:11 -0700
commit6986aa9aa2bd626371a6d49be287516e4943b798 (patch)
tree7dff2e3f97a5e5d6685b638e475139d31607eeb3 /atmel-samd/main.c
parent14f25337e7b2438145fd1f0498e63df18a30fa40 (diff)
atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
Diffstat (limited to 'atmel-samd/main.c')
-rw-r--r--atmel-samd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/main.c b/atmel-samd/main.c
index 12dd72365..d04983afe 100644
--- a/atmel-samd/main.c
+++ b/atmel-samd/main.c
@@ -101,7 +101,7 @@ void init_flash_fs() {
}
// set label
- f_setlabel("/flash/internalflash");
+ f_setlabel("MICROPYTHON");
// create empty main.py
FIL fp;