summaryrefslogtreecommitdiff
path: root/robot/consts.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-14 10:26:49 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-14 10:26:49 +0200
commit11b6d9fb523d6c248e8593c7ac2ad1e6ca4e4b15 (patch)
tree13de592de8899a420e9fcc48af4e03d88c58bc3c /robot/consts.h
parent7d93c32e2458a8aba484366b4814db5574015fc7 (diff)
clang-format
Diffstat (limited to 'robot/consts.h')
-rw-r--r--robot/consts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/consts.h b/robot/consts.h
index c7bbc3f..a81908d 100644
--- a/robot/consts.h
+++ b/robot/consts.h
@@ -32,5 +32,5 @@ enum w2_e_errorcodes {
W2_ERR_BATTERY_LOW = 0x00 | W2_ERR_TYPE_WARN,
W2_ERR_OBSTACLE_DETECTED = 0x01 | W2_ERR_TYPE_WARN,
W2_ERR_CYCLE_EXPIRED = 0x02 | W2_ERR_TYPE_WARN,
- W2_ERR_UNCAUGHT_ERROR = 0x03 | W2_ERR_TYPE_WARN,
+ W2_ERR_UNCAUGHT_ERROR = 0x03 | W2_ERR_TYPE_WARN,
};