summaryrefslogtreecommitdiff
path: root/robot/consts.h
diff options
context:
space:
mode:
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,
};