mirror of
https://github.com/TomHarte/CLK.git
synced 2026-03-11 04:42:20 +00:00
Establish that the AT actually wants SenseDriveStatus.
This commit is contained in:
@@ -211,6 +211,11 @@ public:
|
||||
specify_specs_ = decoder_.specify_specs();
|
||||
break;
|
||||
// case Command::SenseDriveStatus: {
|
||||
// // Hack attack!
|
||||
// results_.serialise(
|
||||
// 0x20,
|
||||
// 0x00
|
||||
// );
|
||||
// } break;
|
||||
|
||||
case Command::Invalid:
|
||||
|
||||
Reference in New Issue
Block a user