Mouse API fix
This commit is contained in:
parent
0d15f41e6a
commit
64b89df10c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public:
|
|||
|
||||
protected:
|
||||
uint8_t _buttons;
|
||||
void buttons(uint8_t b);
|
||||
inline void buttons(uint8_t b);
|
||||
};
|
||||
|
||||
// Implementation is inline
|
||||
|
|
|
|||
Loading…
Reference in a new issue