Skip to content

Commit f1ebd5b

Browse files
committed
Code style fixes
***NO_CI***
1 parent 321b9e7 commit f1ebd5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

targets/ESP32/_common/WireProtocol_HAL_Interface.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ static uart_port_t ESP32_WP_UART = UART_NUM_0;
127127
#define ESP32_WP_TX_PIN UART_NUM_0_TXD_DIRECT_GPIO_NUM
128128
#endif
129129

130-
#if (CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || CONFIG_IDF_TARGET_ESP32P4) && HAL_WP_USE_USB_CDC
130+
#if ( \
131+
CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2 || \
132+
CONFIG_IDF_TARGET_ESP32P4) && \
133+
HAL_WP_USE_USB_CDC
131134

132135
#include <hal/usb_serial_jtag_ll.h>
133136

0 commit comments

Comments
 (0)