Skip to content

Commit

Permalink
Removed unused libraries.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
  • Loading branch information
polhenarejos committed Aug 22, 2022
1 parent 55591fd commit 80b03d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 80b03d4

Please # to comment.