formatting issues

This commit is contained in:
SGE 2024-04-01 21:04:05 +02:00
parent cc607e2968
commit 616ece9f7a

View file

@ -51,7 +51,7 @@ void ICNT86Touchscreen::update_touches() {
UWORD touch_evenid = buf[6 + 7 * i];
ESP_LOGD(TAG, "Touch x: %d, y: %d, p: %d", x, y, p);
this->add_raw_touch_position_(touch_evenid, x, y, p, true);
this->add_raw_touch_position_(touch_evenid, x, y, p);
}
}
}