summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-21 23:41:28 -0700
committerScott Shawcroft <scott@tannewt.org>2019-08-22 14:24:32 -0700
commit9993a999065d81282df67bacceda4056a404f05f (patch)
treefa66b50bb952ae67a941d76706ba452a2884f839 /py
parent2497cbe186359feac880cc127298a5945ed95456 (diff)
Add initial Monster M4SK build
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index c2e2e2d02..923c02b9e 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -657,4 +657,8 @@ void run_background_tasks(void);
#define CIRCUITPY_FILESYSTEM_FLUSH_INTERVAL_MS 1000
#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"
+#ifndef CIRCUITPY_FS_NAME
+#define CIRCUITPY_FS_NAME "CIRCUITPY"
+#endif
+
#endif // __INCLUDED_MPCONFIG_CIRCUITPY_H