diff options
Diffstat (limited to 'robot/transition.c')
-rw-r--r-- | robot/transition.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/robot/transition.c b/robot/transition.c deleted file mode 100644 index 5b3244f..0000000 --- a/robot/transition.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "transition.h" -#include "movement.h" - -int g_w2_transition; //TODO: document - // -void w2_crossway_detection() { w2_half_rotation_left(); } -void w2_intersection_detection() { w2_half_rotation_left(); } - |