Merge pull request #15 from synthead/call-NotebookAdapter-emulate-before-LedBlaster-emit_byte
Call NotebookAdapter::emulate before LedBlaster::emit_byte
This commit is contained in:
@@ -10,7 +10,7 @@ void loop() {
|
|||||||
int serial_byte = Serial.read();
|
int serial_byte = Serial.read();
|
||||||
|
|
||||||
if (serial_byte != -1) {
|
if (serial_byte != -1) {
|
||||||
LedBlaster::emit_byte(serial_byte);
|
|
||||||
NotebookAdapter::emulate(serial_byte);
|
NotebookAdapter::emulate(serial_byte);
|
||||||
|
LedBlaster::emit_byte(serial_byte);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user