summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/qt1106.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/qt1106.c b/firmware/drivers/qt1106.c
index 2148d702e1..0e5613db16 100644
--- a/firmware/drivers/qt1106.c
+++ b/firmware/drivers/qt1106.c
@@ -94,8 +94,8 @@ unsigned int qt1106_io(unsigned int output)
94 94
95 SETCLK(); 95 SETCLK();
96 96
97 input |= MISO;
98 input <<= 1; 97 input <<= 1;
98 input |= MISO;
99 99
100 delay(20); // >> 6.7 us 100 delay(20); // >> 6.7 us
101 } 101 }