diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-10 12:17:11 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-10 12:17:11 -0700 |
| commit | 6986aa9aa2bd626371a6d49be287516e4943b798 (patch) | |
| tree | 7dff2e3f97a5e5d6685b638e475139d31607eeb3 | |
| parent | 14f25337e7b2438145fd1f0498e63df18a30fa40 (diff) | |
atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
| -rw-r--r-- | atmel-samd/main.c | 2 |
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; |
