8000 atmel-samd: Change the FAT label so the board shows up as MICROPYTHON. · ptone/circuitpython@6986aa9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6986aa9

Browse files
committed
atmel-samd: Change the FAT label so the board shows up as MICROPYTHON.
1 parent 14f2533 commit 6986aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atmel-samd/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void init_flash_fs() {
101101
}
102102

103103
// set label
104-
f_setlabel("/flash/internalflash");
104+
f_setlabel("MICROPYTHON");
105105

106106
// create empty main.py
107107
FIL fp;

0 commit comments

Comments
 (0)
0