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/code/padmgr.c | |
| parent | 25b2fa4bca1f1d2d155db2610191af1075e813b3 (diff) | |
add array_count.h (#2514)
Diffstat (limited to 'src/code/padmgr.c')
| -rw-r--r-- | src/code/padmgr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code/padmgr.c b/src/code/padmgr.c index 6d88b34c1..ddea9b254 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -30,7 +30,7 @@ */ #include "libu64/debug.h" #include "libu64/padsetup.h" -#include "macros.h" +#include "array_count.h" #include "padmgr.h" #include "printf.h" #include "fault.h" @@ -38,6 +38,8 @@ #include "translation.h" #include "line_numbers.h" +#include "macros.h" + #define PADMGR_LOG(controllerNum, msg) \ if (DEBUG_FEATURES) { \ PRINTF_COLOR_YELLOW(); \ |
