MCU touch template fix
This commit is contained in:
parent
00de925523
commit
bc75dbc24c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
static bool_t init_board(GMouse *m, unsigned driverinstance) {
|
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 */
|
#endif /* _LLD_GMOUSE_MCU_BOARD_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue