forked from Archive/PX4-Autopilot
s32k1xx/led_pwm: link to arch_io_pins
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
parent
1326c51a1c
commit
fe5059b0e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue