Skip to content

Commit

Permalink
clang-format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Sep 7, 2024
1 parent c871c4f commit f4c4d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/bluepad32/include/uni_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
// Pico W, original ESP32 and Posix all support both BR/EDR and BLE
#define UNI_ENABLE_BREDR 1
#define UNI_ENABLE_BLE 1
#elif defined(CONFIG_IDF_TARGET_ESP32S3) || defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2)
#elif defined(CONFIG_IDF_TARGET_ESP32S3) || defined(CONFIG_IDF_TARGET_ESP32C3) || \
defined(CONFIG_IDF_TARGET_ESP32C6) || defined(CONFIG_IDF_TARGET_ESP32H2)
// ESP32-S3 / C3 / C6
#define UNI_ENABLE_BLE 1
#else
Expand Down

0 comments on commit f4c4d9f

Please sign in to comment.