mirror of
https://github.com/polhenarejos/pico-rng.git
synced 2026-04-09 17:25:51 +02:00
Removed unused libraries.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -2,7 +2,7 @@ add_executable(pico_rng
|
||||
pico_rng.c
|
||||
)
|
||||
|
||||
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_resets hardware_irq hardware_adc)
|
||||
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_adc)
|
||||
|
||||
pico_enable_stdio_uart(pico_rng 1)
|
||||
pico_add_extra_outputs(pico_rng)
|
||||
|
||||
Reference in New Issue
Block a user