fix building interpolation

This commit is contained in:
Sonic Dreamcaster
2024-10-16 21:16:05 -03:00
parent bdf56300df
commit 7496dd4c2e
4 changed files with 59 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef DEBUG_H
#define DEBUG_H
#define DEBUG_SPEED_CONTROL 1
#endif
+1
View File
@@ -2,6 +2,7 @@
#define GLOBAL_H
#include "sys.h"
#include "debug.h"
typedef enum OverlayCalls {
/* 90 */ OVLCALL_FO_CS_COMPLETE = 90,