mirror of
https://github.com/JorjBauer/aiie.git
synced 2025-02-16 14:30:36 +00:00
added missing Serial call for teensy println
This commit is contained in:
parent
ed6d50dd62
commit
03981b2b77
@ -196,7 +196,7 @@ void Mouse::writeSwitches(uint8_t s, uint8_t v)
|
||||
void Mouse::loadROM(uint8_t *toWhere)
|
||||
{
|
||||
#ifdef TEENSYDUINO
|
||||
println("loading Mouse rom");
|
||||
Serial.println("loading Mouse rom");
|
||||
for (uint16_t i=0; i<=0xFF; i++) {
|
||||
toWhere[i] = pgm_read_byte(&romData[i]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user