diff options
Diffstat (limited to 'shared/errors.h')
| -rw-r--r-- | shared/errors.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/shared/errors.h b/shared/errors.h index 44b29a0..ac8e95f 100644 --- a/shared/errors.h +++ b/shared/errors.h @@ -47,6 +47,8 @@ typedef enum {  	W2_E_WARN_SERIAL_TIMEOUT = 0x08 | W2_E_TYPE_WARN,  	/** unknown message encountered (noisy channel?) */  	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,  } w2_e_errorcode;  /** |