diff options
Diffstat (limited to 'code/esp32/components/eos/include/eos.h')
-rw-r--r-- | code/esp32/components/eos/include/eos.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/code/esp32/components/eos/include/eos.h b/code/esp32/components/eos/include/eos.h index 1d35584..1b52605 100644 --- a/code/esp32/components/eos/include/eos.h +++ b/code/esp32/components/eos/include/eos.h @@ -1,5 +1,8 @@ -#define EOS_OK 0 -#define EOS_ERR_Q_FULL -10 +#define EOS_OK 0 +#define EOS_ERR -1 +#define EOS_ERR_Q_FULL -10 #define EOS_PRIORITY_WIFI 1 -#define EOS_PRIORITY_SPI 1
\ No newline at end of file +#define EOS_PRIORITY_SPI 1 +#define EOS_PRIORITY_PCM 1 +#define EOS_PRIORITY_MODEM 1
\ No newline at end of file |