mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-21 12:40:54 +01:00
Remove FreeRTOS from CmakeLists.
This commit is contained in:
parent
6ff1a49dd5
commit
2decc0682a
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ idf_component_register(
|
|||
INCLUDE_DIRS
|
||||
"src"
|
||||
SRCS
|
||||
"src/FreeRTOS.cpp"
|
||||
"src/NimBLE2904.cpp"
|
||||
"src/NimBLEAddress.cpp"
|
||||
"src/NimBLEAdvertisedDevice.cpp"
|
||||
|
|
|
@ -5,7 +5,6 @@ cmake_minimum_required(VERSION 3.5)
|
|||
set(SUPPORTED_TARGETS esp32)
|
||||
|
||||
set(COMPONENT_SRCS
|
||||
"src/FreeRTOS.cpp"
|
||||
"src/NimBLE2904.cpp"
|
||||
"src/NimBLEAddress.cpp"
|
||||
"src/NimBLEAdvertisedDevice.cpp"
|
||||
|
|
Loading…
Reference in a new issue