add pico_unique_id to kitchen_sink app

This commit is contained in:
graham sanderson 2021-02-02 11:41:37 -06:00 committed by Graham Sanderson
parent 14f4a54837
commit af9dedd081

View File

@ -39,6 +39,7 @@ target_link_libraries(kitchen_sink_libs INTERFACE
pico_stdlib pico_stdlib
pico_sync pico_sync
pico_time pico_time
pico_unique_id
pico_util pico_util
) )