Fixed typo

This commit is contained in:
Kristian Sloth Lauszus 2021-01-24 14:40:25 +01:00
parent 785886eadf
commit a3e52f8ee6

View file

@ -218,7 +218,7 @@ public:
* @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.
*/
uint8_t getTouchCounter(uint8_t finger = 00) {
uint8_t getTouchCounter(uint8_t finger = 0) {
return ps5Data.xy.finger[finger].counter;
};