Skip to content

Commit 718a28c

Browse files
committed
update filesystem.c
1 parent 5e1740d commit 718a28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/filesystem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static void make_empty_file(FATFS *fatfs, const char *path) {
7171

7272

7373
static void make_sample_code_file(FATFS *fatfs) {
74-
#if CIRCUITPY_FULL_BUILD == 1
74+
#if CIRCUITPY_FULL_BUILD
7575
FIL fs;
7676
UINT char_written = 0;
7777
const byte buffer[] = "print('Hello World!')\n";

0 commit comments

Comments
 (0)