diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h index fb09b5547b..f7d3ac516a 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h @@ -32,10 +32,6 @@ #define LED_R GPIO_NUM_8 #define LED_G GPIO_NUM_8 #define LED_B GPIO_NUM_8 -#elif defined(CONFIG_BLE_MESH_ESP32H2_DEV) -#define LED_R GPIO_NUM_8 -#define LED_G GPIO_NUM_8 -#define LED_B GPIO_NUM_8 #endif struct _led_state {