remove typo
parent
99c0c46212
commit
29b2f431cd
|
@ -15,7 +15,7 @@ void setup() {
|
|||
|
||||
attachInterrupt(digitalPinToInterrupt(CLOCK), onClock, RISING);
|
||||
|
||||
Serial.begin(115200);sx
|
||||
Serial.begin(115200);
|
||||
}
|
||||
|
||||
void onClock() {
|
||||
|
|
Loading…
Reference in New Issue