diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bfde7a..89f4936 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,6 @@ if(ENABLE_EMULATION) endif (APPLE) target_link_libraries(pico_fido PRIVATE pthread m) else() -pico_add_extra_outputs(pico_fido) -target_link_libraries(pico_fido PRIVATE pico_keys_sdk pico_stdlib pico_multicore hardware_flash hardware_sync hardware_adc pico_unique_id hardware_rtc tinyusb_device tinyusb_board) +target_link_libraries(pico_fido PRIVATE pico_keys_sdk pico_stdlib pico_multicore hardware_flash hardware_sync hardware_adc pico_unique_id pico_aon_timer tinyusb_device tinyusb_board) endif() endif() diff --git a/pico-keys-sdk b/pico-keys-sdk index 956f476..4cf8d77 160000 --- a/pico-keys-sdk +++ b/pico-keys-sdk @@ -1 +1 @@ -Subproject commit 956f476872e25603ee063b776e3da280670cb15e +Subproject commit 4cf8d7760946162f63ade189140fa71f3e35d2a1