diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-14 10:26:49 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-14 10:26:49 +0200 |
commit | 11b6d9fb523d6c248e8593c7ac2ad1e6ca4e4b15 (patch) | |
tree | 13de592de8899a420e9fcc48af4e03d88c58bc3c /robot/consts.h | |
parent | 7d93c32e2458a8aba484366b4814db5574015fc7 (diff) |
clang-format
Diffstat (limited to 'robot/consts.h')
-rw-r--r-- | robot/consts.h | 2 |
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, }; |