diff options
| author | Ayan Pahwa <iayanpahwa@gmail.com> | 2019-11-26 01:13:46 +0530 |
|---|---|---|
| committer | Ayan Pahwa <iayanpahwa@gmail.com> | 2019-11-26 01:13:46 +0530 |
| commit | 718a28c886b996c7793ad563334070f5b7517477 (patch) | |
| tree | 8f76edfcf5327fdff601163c0adafd3e06ae6f59 /supervisor | |
| parent | 5e1740d11f9cc446611281210a89b68013be8090 (diff) | |
update filesystem.c
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/filesystem.c | 2 |
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"; |
