summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-10-16 21:16:05 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-10-16 21:16:05 -0300
commit7496dd4c2e7a66ee9629f45a19e298097c6d92ef (patch)
tree43c0dd635ce636dbdef194c45ffc7844c62ac11b /include/debug.h
parentbdf56300dfea2f428c43dd700de4603033df0de7 (diff)
fix building interpolation
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h6
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