From 6986aa9aa2bd626371a6d49be287516e4943b798 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 10 Oct 2016 12:17:11 -0700 Subject: atmel-samd: Change the FAT label so the board shows up as MICROPYTHON. --- atmel-samd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3