aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_scal.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-26 14:55:22 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-26 14:55:22 +0200
commit9c1f3dcc98b639e3bbcb6a8e199d8f1aa4bcc42a (patch)
tree016de2cb788ba504d33e63588f19a7f253f950df /robot/mode_scal.c
parentfda1e9389c4bcef89a2bcdd2c01f0727e9efdb18 (diff)
add mode shims
Diffstat (limited to 'robot/mode_scal.c')
-rw-r--r--robot/mode_scal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/mode_scal.c b/robot/mode_scal.c
new file mode 100644
index 0000000..e3a9c97
--- /dev/null
+++ b/robot/mode_scal.c
@@ -0,0 +1,3 @@
+#include "mode_scal.h"
+
+void w2_mode_scal() {}