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/debug.h | |
| parent | bdf56300dfea2f428c43dd700de4603033df0de7 (diff) | |
fix building interpolation
Diffstat (limited to 'include/debug.h')
| -rw-r--r-- | include/debug.h | 6 |
1 files changed, 6 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 |
