diff options
Diffstat (limited to 'robot/consts.h')
-rw-r--r-- | robot/consts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/consts.h b/robot/consts.h index fb67f26..93cafa5 100644 --- a/robot/consts.h +++ b/robot/consts.h @@ -13,6 +13,7 @@ #define W2_ERR_TYPE_WARN (0b01 << 6) #define W2_ERR_TYPE_INFO (0b10 << 6) #define W2_ERR_TYPE_VERB (0b11 << 6) +#define W2_ERR_TYPE_MASK (0b11 << 6) /** * enum storing all error codes |