From 6666a131ab36b1d96a854da80524d860f9a3884b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 19 Feb 2020 06:47:43 +0100 Subject: eve long press/double tap/inertial scroll spi flush bugfix resolved dependecies: spi -> net; event -> net renamed various handlers --- code/fe310/eos/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/fe310/eos/cell.h') diff --git a/code/fe310/eos/cell.h b/code/fe310/eos/cell.h index d6f6c35..2103c72 100644 --- a/code/fe310/eos/cell.h +++ b/code/fe310/eos/cell.h @@ -13,4 +13,4 @@ #define EOS_CELL_MAX_MTYPE 2 void eos_cell_init(void); -void eos_cell_set_handler(int mtype, eos_evt_fptr_t handler, uint8_t flags); \ No newline at end of file +void eos_cell_set_handler(unsigned char mtype, eos_evt_handler_t handler); \ No newline at end of file -- cgit v1.2.3