From c88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 7 Jun 2022 22:23:40 +0200 Subject: `make format` --- robot/mode_halt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'robot') diff --git a/robot/mode_halt.c b/robot/mode_halt.c index bc501a2..083d45b 100644 --- a/robot/mode_halt.c +++ b/robot/mode_halt.c @@ -1,6 +1,4 @@ #include "mode_halt.h" #include "orangutan_shim.h" -void w2_mode_halt() { - set_motors(0, 0); -} +void w2_mode_halt() { set_motors(0, 0); } -- cgit v1.2.3