mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
fix docker compile, dongle address
This commit is contained in:
+3
-3
@@ -80,8 +80,8 @@ void dongle_init(
|
||||
dongle->jvs.next = next;
|
||||
dongle->jvs.transact = dongle_transact;
|
||||
dongle->jvs.sense = dongle_sense;
|
||||
dongle->jvs.sense_out = true;
|
||||
dongle->addr = 0xFF;
|
||||
dongle->jvs.sense_out = false;
|
||||
dongle->addr = 0x80;
|
||||
dongle->state = IDLE;
|
||||
dongle->ops_ctx = ops_ctx;
|
||||
}
|
||||
@@ -167,7 +167,7 @@ static HRESULT dongle_cmd(
|
||||
default:
|
||||
dprintf("DONGLE: Node %02x: Unhandled command byte @ %02X %02x\n",
|
||||
dongle->addr,
|
||||
req->pos,
|
||||
(uint8_t)req->pos,
|
||||
req->bytes[req->pos]);
|
||||
dump_const_iobuf(req);
|
||||
|
||||
|
||||
+1
-1
@@ -167,7 +167,7 @@ static HRESULT k92x0249_cmd(
|
||||
default:
|
||||
dprintf("K92X0249: Node %02x: Unhandled command byte @ %02X %02x\n",
|
||||
k92x0249->addr,
|
||||
req->pos,
|
||||
(uint8_t)req->pos,
|
||||
req->bytes[req->pos]);
|
||||
dump_const_iobuf(req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user