Skip to content

Commit c7677ce

Browse files
committed
fixes C3 build
1 parent fd18e5e commit c7677ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

builder/esp32.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,10 @@ def update_mpconfigport():
10681068

10691069
if custom_board_path is None:
10701070
repl_data = [
1071+
'#ifndef USB_SERIAL_JTAG_PACKET_SZ_BYTES',
1072+
'#define USB_SERIAL_JTAG_PACKET_SZ_BYTES (64)',
1073+
'#endif',
1074+
'',
10711075
'#ifdef MICROPY_HW_UART_REPL_BAUD',
10721076
'#undef MICROPY_HW_UART_REPL_BAUD',
10731077
'#endif',

0 commit comments

Comments
 (0)