From c9e45ba65491abd4ea2dea6f2254fa4756c047d4 Mon Sep 17 00:00:00 2001 From: wangjialiang Date: Mon, 20 Mar 2023 20:57:56 +0800 Subject: [PATCH] ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist --- .../bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/board.h | 4 ---- 1 file changed, 4 deletions(-) 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 {