From fe5059b0e88edda9c6033d470883f50f6eb82836 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Thu, 27 May 2021 11:02:27 +0300 Subject: [PATCH] s32k1xx/led_pwm: link to arch_io_pins Signed-off-by: Jukka Laitinen --- platforms/nuttx/src/px4/nxp/s32k1xx/led_pwm/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/nuttx/src/px4/nxp/s32k1xx/led_pwm/CMakeLists.txt b/platforms/nuttx/src/px4/nxp/s32k1xx/led_pwm/CMakeLists.txt index 1b15043526..89a42ac0c2 100644 --- a/platforms/nuttx/src/px4/nxp/s32k1xx/led_pwm/CMakeLists.txt +++ b/platforms/nuttx/src/px4/nxp/s32k1xx/led_pwm/CMakeLists.txt @@ -34,3 +34,5 @@ px4_add_library(arch_led_pwm led_pwm.cpp ) + +target_link_libraries(arch_led_pwm PRIVATE arch_io_pins) # io_timer_init_timer