diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-29 10:35:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-29 10:35:58 +0200 |
commit | 054cf1c2a433c87b7caee503c28db2b7005d1060 (patch) | |
tree | 7b60a739019a87228d4fb7fb320af88bed127f7f /shared/errcatch.h | |
parent | ef8b97942d8d5cec956b75b6254e18034914e80d (diff) |
fix order receiving
Diffstat (limited to 'shared/errcatch.h')
-rw-r--r-- | shared/errcatch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/errcatch.h b/shared/errcatch.h index a56bc00..b14379d 100644 --- a/shared/errcatch.h +++ b/shared/errcatch.h @@ -54,6 +54,9 @@ typedef enum { W2_E_WARN_MODE_HISTORY_BUFFER_IOB = 0x0a | W2_E_TYPE_WARN, /** ping timeout reached */ W2_E_WARN_PING_TIMEOUT = 0x0b | W2_E_TYPE_WARN, + + /** order reached */ + W2_E_INFO_ORDER_ARRIVED = 0x00 | W2_E_TYPE_INFO, } w2_e_errorcode; /** |