atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.

This commit is contained in:
Scott Shawcroft 2016-10-10 12:17:11 -07:00
parent 14f25337e7
commit 6986aa9aa2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void init_flash_fs() {
}
// set label
f_setlabel("/flash/internalflash");
f_setlabel("MICROPYTHON");
// create empty main.py
FIL fp;