This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pio/CMakeLists.txt b/pio/CMakeLists.txt | |
index 8855161..363c2fd 100644 | |
--- a/pio/CMakeLists.txt | |
+++ b/pio/CMakeLists.txt | |
@@ -6,6 +6,7 @@ if (NOT PICO_NO_HARDWARE) | |
add_subdirectory(hello_pio) | |
add_subdirectory(hub75) | |
add_subdirectory(i2c) | |
+ add_subdirectory(irq_test) | |
add_subdirectory(logic_analyser) |