mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +00:00
Sets a default handler of 1.
This commit is contained in:
parent
52cf15c3e6
commit
24af62a3e5
@ -152,7 +152,7 @@ void ReactiveDevice::receive_bytes(size_t count) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ReactiveDevice::reset() {
|
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() {
|
void ReactiveDevice::post_service_request() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user