Skip to content

Commit

Permalink
Merge branch 'bugfix/ble_mesh_example_remove_unnecessary_macro' into …
Browse files Browse the repository at this point in the history
…'master'

ble_mesh: example: remove unnecessary macro of esp32h2 for ble_mesh_wifi_coexist

See merge request espressif/esp-idf!22848
  • Loading branch information
jack0c committed Mar 23, 2023
2 parents cc3e709 + c9e45ba commit d0ce141
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0ce141

Please sign in to comment.