diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-11-08 02:27:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 17:27:19 -0800 |
| commit | fcc5cf828ded5d362b2e63a8868374a50df405ed (patch) | |
| tree | 530d7d6d8690599593f6588b04d10441e364b5c7 /src/code/padmgr.c | |
| parent | 9cd9099a0431b369be39f111bf57051f544bead3 (diff) | |
libu64 (#1705)
* libu64
* libu64 -O2
* Add libu64.md
Diffstat (limited to 'src/code/padmgr.c')
| -rw-r--r-- | src/code/padmgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/padmgr.c b/src/code/padmgr.c index 53eeadb99..0655bb232 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -34,6 +34,7 @@ #include "padmgr.h" #include "libc64/sprintf.h" +#include "libu64/padsetup.h" #include "PR/os_motor.h" #include "controller.h" |
