summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorAyan Pahwa <iayanpahwa@gmail.com>2019-11-26 01:13:46 +0530
committerAyan Pahwa <iayanpahwa@gmail.com>2019-11-26 01:13:46 +0530
commit718a28c886b996c7793ad563334070f5b7517477 (patch)
tree8f76edfcf5327fdff601163c0adafd3e06ae6f59 /supervisor
parent5e1740d11f9cc446611281210a89b68013be8090 (diff)
update filesystem.c
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/filesystem.c b/supervisor/shared/filesystem.c
index a0c2b915f..92727f6fb 100644
--- a/supervisor/shared/filesystem.c
+++ b/supervisor/shared/filesystem.c
@@ -71,7 +71,7 @@ static void make_empty_file(FATFS *fatfs, const char *path) {
static void make_sample_code_file(FATFS *fatfs) {
- #if CIRCUITPY_FULL_BUILD == 1
+ #if CIRCUITPY_FULL_BUILD
FIL fs;
UINT char_written = 0;
const byte buffer[] = "print('Hello World!')\n";