Ver Fonte

ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist

wangjialiang há 2 anos atrás
pai
commit
c9e45ba654

+ 0 - 4
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 {