This commit is contained in:
2026-04-24 14:07:32 +02:00
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ target_link_libraries(sint-gauntlet
hardware_interp
hardware_timer
hardware_clocks
hardware_pwm
)
pico_add_extra_outputs(sint-gauntlet)
+3
View File
@@ -0,0 +1,3 @@
#pragma once
#define ARRAY_LENGTH(array) sizeof(array) / sizeof(*array);