Fix some hardware_library dependencies (#383)
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
pico_simple_hardware_target(clocks)
|
||||
|
||||
target_link_libraries(hardware_clocks INTERFACE
|
||||
hardware_gpio
|
||||
hardware_irq
|
||||
hardware_resets
|
||||
hardware_watchdog
|
||||
hardware_xosc
|
||||
hardware_pll
|
||||
# not currently used by clocks.c, but sensibly bundled here
|
||||
# as changing frequencies may require upping voltage
|
||||
hardware_vreg
|
||||
hardware_watchdog
|
||||
hardware_xosc
|
||||
)
|
Reference in New Issue
Block a user