Update Dell_D630_Pointing_Stick.ino

This commit is contained in:
Frank Adams 2020-03-29 09:31:02 -07:00 committed by GitHub
parent 243e3a6d5a
commit 6bef7043f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,5 +74,5 @@ void loop() {
//
// **************************************End of trackpoint routine***********************************
//
delay(30); // wait 30ms before repeating next polling cycle
delay(30); // wait 30ms before repeating main loop
}