diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-26 18:17:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 18:17:02 -0400 |
| commit | bed76a3bf3cd89456e3331b2c2b50dbc5f79fe48 (patch) | |
| tree | 49f4c9741975a6c68d8cb6dbb7902e6a6d3d428d /src/boot | |
| parent | 25b2fa4bca1f1d2d155db2610191af1075e813b3 (diff) | |
add array_count.h (#2514)
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/idle.c | 1 | ||||
| -rw-r--r-- | src/boot/z_std_dma.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/idle.c b/src/boot/idle.c index 6a4de30df..2acfe2ddb 100644 --- a/src/boot/idle.c +++ b/src/boot/idle.c @@ -1,3 +1,4 @@ +#include "array_count.h" #include "buffers.h" #include "build.h" #include "idle.h" diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 0dc1d9c3b..ac91d0d82 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -21,6 +21,7 @@ #include "libc64/sleep.h" #include "libc64/sprintf.h" #include "libu64/debug.h" +#include "array_count.h" #include "attributes.h" #include "carthandle.h" #include "fault.h" |
