diff --git a/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino b/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino index 6977581..d4fed4d 100644 --- a/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino +++ b/Example_Keyboards/Dell_Latitude_D630/Dell_D630_Keyboard_and_Touchpad.ino @@ -286,7 +286,7 @@ void touchpad_write(char data) delayMicroseconds(10); // start bit go_z(MCLK); - // wait for touchpad to take control of clock) + // wait for touchpad to take control of clock while (digitalRead(MCLK) == HIGH) { if (watchdog >= 200) { //check for infinite loop touchpad_error = HIGH; // set error flag