diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 15:32:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 15:32:32 +0200 |
commit | d130154a1295d6407576c972366bfd76b1c9164e (patch) | |
tree | bcaad47c3acadc9f2150ddf90bff7387cea0ece2 /robot/modes.c | |
parent | d69b8110517114d884c185c4dc8053858670c81f (diff) |
finish removing lcal
Diffstat (limited to 'robot/modes.c')
-rw-r--r-- | robot/modes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/modes.c b/robot/modes.c index fd062a8..600c9a1 100644 --- a/robot/modes.c +++ b/robot/modes.c @@ -8,7 +8,6 @@ #include "mode_dirc.h" #include "mode_grid.h" #include "mode_halt.h" -#include "mode_lcal.h" #include "mode_maze.h" #include "mode_scal.h" #include "mode_spin.h" |