From 32a437a960c0383d053ddb11f1c4bb7a44074c57 Mon Sep 17 00:00:00 2001 From: "jamesimmanuel.magsino@stud.h-da.de" <James Immanuel Magsino> Date: Mon, 2 Dec 2024 12:23:34 +0100 Subject: [PATCH] cmake edit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 640df586..c25df52a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,4 +13,4 @@ add_executable( src/main.c ) -target_link_libraries(main pico_stdlib hardware_i2c) \ No newline at end of file +target_link_libraries(main pico_stdlib hardware_i2c hardware_pwm) \ No newline at end of file -- GitLab