atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
This commit is contained in:
parent
14f25337e7
commit
6986aa9aa2
|
@ -101,7 +101,7 @@ void init_flash_fs() {
|
|||
}
|
||||
|
||||
// set label
|
||||
f_setlabel("/flash/internalflash");
|
||||
f_setlabel("MICROPYTHON");
|
||||
|
||||
// create empty main.py
|
||||
FIL fp;
|
||||
|
|
Loading…
Reference in New Issue