diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-05-09 19:44:11 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-05-09 19:44:11 +0200 |
commit | d6409bc79af876f527304dad5b28d1bb167ce87e (patch) | |
tree | 542c8a05f9393bedcc3b00e2418bae9c1ae72c51 /code/esp32/components/eos/include/eos.h | |
parent | e6c06c38ea7ed2c46a605af4c87f154377caadba (diff) |
fixed wifi driver
Diffstat (limited to 'code/esp32/components/eos/include/eos.h')
-rw-r--r-- | code/esp32/components/eos/include/eos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/esp32/components/eos/include/eos.h b/code/esp32/components/eos/include/eos.h index 59f0ddb..58399ce 100644 --- a/code/esp32/components/eos/include/eos.h +++ b/code/esp32/components/eos/include/eos.h @@ -6,6 +6,8 @@ #define EOS_ERR_EMPTY -11 #define EOS_ERR_NOTFOUND -12 +#define EOS_ERR_BUSY -20 + #define EOS_TASK_PRIORITY_UART 1 #define EOS_TASK_PRIORITY_UART_RI 1 #define EOS_TASK_PRIORITY_I2S 1 |