summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-23 15:27:21 -0700
committerScott Shawcroft <scott@tannewt.org>2019-08-23 15:27:21 -0700
commit7324b70a7c231a20be971ed81050c8359b87aaab (patch)
tree2c301a419a247aa64c8d3fafab6b4b3bfacf7af0 /py
parentb992ca80e77ccd95397ed0f12063c30f6161e08f (diff)
Rework based on Dan's review
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/py/circuitpy_mpconfig.h b/py/circuitpy_mpconfig.h
index 923c02b9e..c2e2e2d02 100644
--- a/py/circuitpy_mpconfig.h
+++ b/py/circuitpy_mpconfig.h
@@ -657,8 +657,4 @@ 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