diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-09 12:06:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-09 12:06:07 +0200 |
commit | efc9870fb1ddd286954fc056b79dddf39f68353a (patch) | |
tree | 9d70895971460be7c58b434a54fe49c51153da0a /main/CMakeLists.txt | |
parent | cee744e2bd419c0fc47f2b8bb315f183929d1113 (diff) |
freertos + lwip compile working
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 27b3822..b86c077 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -25,7 +25,7 @@ include_directories(lib/pico-sdk/lib/lwip/contrib/ports/freertos/include) target_include_directories(main PRIVATE ${CMAKE_CURRENT_LIST_DIR}) target_link_libraries(main - pico_cyw43_arch_lwip_threadsafe_background + pico_cyw43_arch_lwip_sys_freertos pico_stdlib FreeRTOS-Kernel FreeRTOS-Kernel-Heap4 |