From ade4905ef785005347718ce612c245f7fa4dad70 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 25 Dec 2019 04:02:34 +0100 Subject: eve touch driver added; text box updated; --- code/fe310/eos/irq_def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'code/fe310/eos/irq_def.h') diff --git a/code/fe310/eos/irq_def.h b/code/fe310/eos/irq_def.h index b6a9dbb..5d9fb1e 100644 --- a/code/fe310/eos/irq_def.h +++ b/code/fe310/eos/irq_def.h @@ -6,4 +6,6 @@ #define IRQ_PRIORITY_NET_CTS 4 #define IRQ_PRIORITY_NET_RTS 4 -#define IRQ_PRIORITY_UART 1 \ No newline at end of file +#define IRQ_PRIORITY_UART 1 + +#define IRQ_PRIORITY_UI 5 -- cgit v1.2.3