aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-10 14:41:27 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-10 14:41:27 +1000
commitbc75dbc24cf7abe698b2b60396a55a4d007243a5 (patch)
tree35c4da1d9425aa5a94193da4f4a00886fb83eb6c /drivers/ginput
parent00de9255232e2d7c0c0b1742ff0b5d489023dc5d (diff)
downloaduGFX-bc75dbc24cf7abe698b2b60396a55a4d007243a5.tar.gz
uGFX-bc75dbc24cf7abe698b2b60396a55a4d007243a5.tar.bz2
uGFX-bc75dbc24cf7abe698b2b60396a55a4d007243a5.zip
MCU touch template fix
Diffstat (limited to 'drivers/ginput')
-rw-r--r--drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h b/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h
index 07583fa9..440d81fe 100644
--- a/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h
+++ b/drivers/ginput/touch/MCU/gmouse_lld_MCU_board_template.h
@@ -26,7 +26,7 @@
static bool_t init_board(GMouse *m, unsigned driverinstance) {
}
-static void read_xyz(GMouse *m, GMouseReading *prd) {
+static bool_t read_xyz(GMouse *m, GMouseReading *prd) {
}
#endif /* _LLD_GMOUSE_MCU_BOARD_H */