diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-10-16 21:16:05 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-10-16 21:16:05 -0300 |
| commit | 7496dd4c2e7a66ee9629f45a19e298097c6d92ef (patch) | |
| tree | 43c0dd635ce636dbdef194c45ffc7844c62ac11b /include | |
| parent | bdf56300dfea2f428c43dd700de4603033df0de7 (diff) | |
fix building interpolation
Diffstat (limited to 'include')
| -rw-r--r-- | include/debug.h | 6 | ||||
| -rw-r--r-- | include/global.h | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h new file mode 100644 index 00000000..ff001e0d --- /dev/null +++ b/include/debug.h @@ -0,0 +1,6 @@ +#ifndef DEBUG_H +#define DEBUG_H + +#define DEBUG_SPEED_CONTROL 1 + +#endif diff --git a/include/global.h b/include/global.h index 19081586..f7214dda 100644 --- a/include/global.h +++ b/include/global.h @@ -2,6 +2,7 @@ #define GLOBAL_H #include "sys.h" +#include "debug.h" typedef enum OverlayCalls { /* 90 */ OVLCALL_FO_CS_COMPLETE = 90, |
