remove typo

This commit is contained in:
Paul Warren 2020-06-12 21:11:25 +10:00
parent 99c0c46212
commit 29b2f431cd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ void setup() {
attachInterrupt(digitalPinToInterrupt(CLOCK), onClock, RISING); attachInterrupt(digitalPinToInterrupt(CLOCK), onClock, RISING);
Serial.begin(115200);sx Serial.begin(115200);
} }
void onClock() { void onClock() {