diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:47:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 23:47:54 +0200 |
commit | 519bad1fca5b774564d68c8c2441523c5038c57f (patch) | |
tree | 0ba26a5ba5ee5990caf6eab39ecffe72770ba5f3 /robot/mode_dirc.c | |
parent | 0d3c52e49dc34344f335fd6d7b214592723cbc93 (diff) |
`make format` + removed debug messages0.5.0
Diffstat (limited to 'robot/mode_dirc.c')
-rw-r--r-- | robot/mode_dirc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/robot/mode_dirc.c b/robot/mode_dirc.c index 429d1e1..d9c0d17 100644 --- a/robot/mode_dirc.c +++ b/robot/mode_dirc.c @@ -11,6 +11,4 @@ int16_t g_w2_mode_dirc_motor_l = 0; int16_t g_w2_mode_dirc_motor_r = 0; -void w2_mode_dirc() { - set_motors(g_w2_mode_dirc_motor_l, g_w2_mode_dirc_motor_r); -} +void w2_mode_dirc() { set_motors(g_w2_mode_dirc_motor_l, g_w2_mode_dirc_motor_r); } |