mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Disambiguates serial control logs.
This commit is contained in:
parent
79bd3eb6ae
commit
7f2610c4fc
@ -328,7 +328,7 @@ class ConcreteMachine:
|
||||
// b2: SEL
|
||||
// b1: POUT
|
||||
// b0: BUSY
|
||||
LOG("TODO: Serial control: " << PADHEX(2) << +value);
|
||||
LOG("TODO: DTR/RTS/etc: " << PADHEX(2) << +value);
|
||||
} else {
|
||||
// Disk motor control, drive and head selection,
|
||||
// and stepper control:
|
||||
|
Loading…
x
Reference in New Issue
Block a user