This commit is contained in:
Tom-on64 2026-04-24 14:07:32 +02:00
commit 323dfd4e09
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,7 @@ target_link_libraries(sint-gauntlet
hardware_interp hardware_interp
hardware_timer hardware_timer
hardware_clocks hardware_clocks
hardware_pwm
) )
pico_add_extra_outputs(sint-gauntlet) pico_add_extra_outputs(sint-gauntlet)

3
macro.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#define ARRAY_LENGTH(array) sizeof(array) / sizeof(*array);