blob: a21985afe7d09f39314c49b3527cbb96775d8b54 (
plain)
1
2
3
4
5
6
7
8
9
|
#define EOS_OK 0
#define EOS_ERR -1
#define EOS_ERR_Q_FULL -10
#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
|