diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-12-04 06:12:15 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-12-04 06:12:15 +0100 |
commit | 4c28fb525edc64fa16c6c3bf10929dca65d9c77c (patch) | |
tree | 2531b3bcc2d06c655f6eb9a6233696f5eadfa089 /code/esp32/components/eos/include/eos.h | |
parent | 31578e285a21a749a49e3ac146feb8b02fcc7b52 (diff) |
esp32 refactoring
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 |