ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist

This commit is contained in:
wangjialiang 2023-03-20 20:57:56 +08:00 committed by BOT
parent e32083c859
commit c9e45ba654

View File

@ -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 {