Skip to content

Commit

Permalink
Removed unnecessary libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbar committed Jul 31, 2023
1 parent 5313e07 commit ace616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ add_executable(template "${TEMPLATE_C_SRC};${TEMPLATE_CXX_SRC}")

include(${CMAKE_CURRENT_LIST_DIR}/external/FreeRTOS-Kernel.cmake)

target_link_libraries(template pico_stdlib hardware_gpio FreeRTOS)
target_link_libraries(template pico_stdlib FreeRTOS)

pico_add_extra_outputs(template)

0 comments on commit ace616f

Please sign in to comment.