mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed typo
This commit is contained in:
parent
785886eadf
commit
a3e52f8ee6
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public:
|
||||||
* @param finger 0 = first finger, 1 = second finger. If omitted, then 0 will be used.
|
* @param finger 0 = first finger, 1 = second finger. If omitted, then 0 will be used.
|
||||||
* @return Return the value of the counter, note that it is only a 7-bit value.
|
* @return Return the value of the counter, note that it is only a 7-bit value.
|
||||||
*/
|
*/
|
||||||
uint8_t getTouchCounter(uint8_t finger = 00) {
|
uint8_t getTouchCounter(uint8_t finger = 0) {
|
||||||
return ps5Data.xy.finger[finger].counter;
|
return ps5Data.xy.finger[finger].counter;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue