Skip to content

Commit 1068762

Browse files
committed
hopefully fixes issue with esp32c3
1 parent a8e7e94 commit 1068762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def compile(*args): # NOQA
917917
'#ifndef MP_USB_OTG\n'
918918
'#if CONFIG_IDF_TARGET_ESP32C3\n'
919919
'#define MP_USB_OTG (CONFIG_USB_OTG_SUPPORTED)\n'
920-
'#else'
920+
'#else\n'
921921
'#define MP_USB_OTG (0)\n'
922922
'#endif'
923923
)

0 commit comments

Comments
 (0)