diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-12-07 17:17:21 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-12-07 17:17:21 +0100 |
commit | 2e6facf66ee3d6aa37f2fb41096b1763261506a7 (patch) | |
tree | 61ecbe97cb53f1371c655b8564cc269bffd07ce1 /code/fe310/eos/irq_def.h | |
parent | 040f4333678f46f3558e604014d460076244af6b (diff) |
eos evtq flags refactor; net buf flags refator for all modules
Diffstat (limited to 'code/fe310/eos/irq_def.h')
-rw-r--r-- | code/fe310/eos/irq_def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/code/fe310/eos/irq_def.h b/code/fe310/eos/irq_def.h index 4584b01..b6a9dbb 100644 --- a/code/fe310/eos/irq_def.h +++ b/code/fe310/eos/irq_def.h @@ -4,4 +4,6 @@ #define IRQ_PRIORITY_SPI_XCHG 5 #define IRQ_PRIORITY_NET_CTS 4 -#define IRQ_PRIORITY_NET_RTS 4
\ No newline at end of file +#define IRQ_PRIORITY_NET_RTS 4 + +#define IRQ_PRIORITY_UART 1
\ No newline at end of file |