Skip to content

Commit 405368c

Browse files
committed
fixed typo touch
1 parent e4c429c commit 405368c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

klib/hardware/touch/touch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace klib::hardware::touch {
8383
static uint32_t active() {
8484
uint32_t m = 0;
8585

86-
// unpress all the touch points
86+
// get all the active touch points
8787
for (uint8_t i = 0; i < Points; i++) {
8888
if (data[i].pressed) {
8989
m |= (0x1 << i);

0 commit comments

Comments
 (0)