mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-23 04:52:56 +00:00
6 lines
99 B
C
6 lines
99 B
C
|
#ifndef CONFIG_ESP32_WITH_BLE
|
||
|
#include "sdkconfig_noble.h"
|
||
|
#else
|
||
|
#include "sdkconfig_ble.h"
|
||
|
#endif
|