From 2d9f22e056b61917979db67da49fc0655b0af3a4 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 7 Jan 2020 00:54:54 +0100 Subject: touch event hanlder: added tracking/dragging; text box: added drag/scroll capability; added keyboard --- code/fe310/eos/msgq.c | 1 - 1 file changed, 1 deletion(-) (limited to 'code/fe310/eos/msgq.c') diff --git a/code/fe310/eos/msgq.c b/code/fe310/eos/msgq.c index 2b20f31..07ea70f 100644 --- a/code/fe310/eos/msgq.c +++ b/code/fe310/eos/msgq.c @@ -10,7 +10,6 @@ #define IDX_LT(a,b) ((uint8_t)((uint8_t)(a) - (uint8_t)(b)) > IDX_HALF) #define IDX_LTE(a,b) ((uint8_t)((uint8_t)(b) - (uint8_t)(a)) < IDX_HALF) - void eos_msgq_init(EOSMsgQ *msgq, EOSMsgItem *array, uint8_t size) { msgq->idx_r = 0; msgq->idx_w = 0; -- cgit v1.2.3