summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-07-20 11:13:53 -0500
committerMaxwell Beck <max@rastertail.net>2025-07-20 11:13:53 -0500
commit039f2b9965ac716f7cb24c3563f6a9bf9e3038da (patch)
treeccfacca3474a26a772b78a8018de640001cef870 /CMakeLists.txt
parent38f2755daa2456a4ebcaadcf3ddd2ff88e4fa838 (diff)
feat: Move drive handing to `SIO_IRQ_PROC1`
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04846ba..4963841 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,5 +11,5 @@ add_executable(pico1541
 )
 pico_set_binary_type(pico1541 copy_to_ram)
 target_include_directories(pico1541 PRIVATE src)
-target_link_libraries(pico1541 pico_runtime pico_multicore hardware_timer hardware_flash tinyusb_device tinyusb_board pico_stdlib)
+target_link_libraries(pico1541 pico_runtime pico_multicore hardware_timer hardware_flash hardware_irq tinyusb_device tinyusb_board pico_stdlib)
 pico_add_extra_outputs(pico1541)