Skip to content

Commit 7e43996

Browse files
committed
fixes build variable in RP2
1 parent 0c559e2 commit 7e43996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/rp2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def parse_args(extra_args, lv_cflags, board):
4242
'lib/micropython/ports/rp2',
4343
'LV_PORT=rp2',
4444
'USER_C_MODULES=../../../../micropython.cmake',
45-
'SECOND_BUILD_ENV=0'
45+
'SECOND_BUILD=0'
4646
]
4747

4848
clean_cmd = []

0 commit comments

Comments
 (0)