Remove redundant check

This commit is contained in:
Reed Nightingale 2020-02-15 18:43:10 -08:00
parent 3438bef4fb
commit b116be8644

View File

@ -64,7 +64,6 @@ void touch_update(){
//Serial.printf(" %d,%d", x, y);
//Serial.println();
if (z >= Z_THRESHOLD) {
msraw = now; // good read completed, set wait
switch (rotation) {
case 0:
@ -84,7 +83,6 @@ void touch_update(){
yraw = 4095 - y;
}
}
}
void initTouch(){
pinMode(CS_PIN, OUTPUT);