1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Takes a shot at an ADB mouse.

This commit is contained in:
Thomas Harte
2021-02-15 20:49:16 -05:00
parent e16d5f33d1
commit fa8236741d
5 changed files with 76 additions and 5 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ void ReactiveDevice::adb_bus_did_observe_event(Bus::Event event, uint8_t value)
phase_ = Phase::AwaitingAttention;
command_ = decode_command(value);
LOG(command_);
// LOG(command_);
// If this command doesn't apply here, but a service request is requested,
// post a service request.