diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
commit | 14779cb187dac9ed4a0b6e7645e76e78587ad024 (patch) | |
tree | ae523d0216d0d9dce7155296bbe915a6f8f22c22 /shared/errcatch.h | |
parent | 052be3db6fbb855be63e95291a270ba707796739 (diff) |
ping working
Diffstat (limited to 'shared/errcatch.h')
-rw-r--r-- | shared/errcatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/errcatch.h b/shared/errcatch.h index 7f298c1..a56bc00 100644 --- a/shared/errcatch.h +++ b/shared/errcatch.h @@ -52,6 +52,8 @@ typedef enum { W2_E_WARN_SERIAL_NOISY = 0x09 | W2_E_TYPE_WARN, /** mode history index out of bounds */ 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, } w2_e_errorcode; /** |