1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-30 22:29:56 +00:00

Disambiguates serial control logs.

This commit is contained in:
Thomas Harte 2021-08-07 16:57:30 -04:00
parent 79bd3eb6ae
commit 7f2610c4fc

View File

@ -328,7 +328,7 @@ class ConcreteMachine:
// b2: SEL // b2: SEL
// b1: POUT // b1: POUT
// b0: BUSY // b0: BUSY
LOG("TODO: Serial control: " << PADHEX(2) << +value); LOG("TODO: DTR/RTS/etc: " << PADHEX(2) << +value);
} else { } else {
// Disk motor control, drive and head selection, // Disk motor control, drive and head selection,
// and stepper control: // and stepper control: