1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Sets a default handler of 1.

This commit is contained in:
Thomas Harte 2021-02-14 22:20:07 -05:00
parent 52cf15c3e6
commit 24af62a3e5

View File

@ -152,7 +152,7 @@ void ReactiveDevice::receive_bytes(size_t count) {
}
void ReactiveDevice::reset() {
register3_ = uint16_t(0x6000 | (default_adb_device_id_ << 8));
register3_ = uint16_t(0x6001 | (default_adb_device_id_ << 8));
}
void ReactiveDevice::post_service_request() {