diff options
Diffstat (limited to 'code/esp32/components/eos/include/eos.h')
-rw-r--r-- | code/esp32/components/eos/include/eos.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/code/esp32/components/eos/include/eos.h b/code/esp32/components/eos/include/eos.h index 1b52605..a21985a 100644 --- a/code/esp32/components/eos/include/eos.h +++ b/code/esp32/components/eos/include/eos.h @@ -1,8 +1,9 @@ -#define EOS_OK 0 -#define EOS_ERR -1 -#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 -#define EOS_PRIORITY_PCM 1 -#define EOS_PRIORITY_MODEM 1
\ No newline at end of file + +#define EOS_IRQ_PRIORITY_UART 1 +#define EOS_IRQ_PRIORITY_I2S 1 +#define EOS_IRQ_PRIORITY_NET_XCHG 1 +#define EOS_IRQ_PRIORITY_UDP_RCVR 1 |