diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-13 19:29:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-13 19:29:31 +0200 |
commit | 3f90c242ff00cc2a8ec26486c1d22bb0e3de0114 (patch) | |
tree | 0e4c041a4b2c8d0256c457bc9027e948ea35501c /robot/consts.h | |
parent | 4dc9b15829321e29b82c5f0317d2a0811aee6482 (diff) |
debug error handling
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 |