mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-12-01 03:57:16 +01:00
board/vfd.c: Use dump_iobuf() instead of direct dump()
This commit is contained in:
parent
8ca093c57a
commit
bbbb6d08b0
@ -55,7 +55,7 @@ static HRESULT vfd_handle_irp(struct irp *irp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
dprintf("VFD TX:\n");
|
dprintf("VFD TX:\n");
|
||||||
dump(vfd_uart.written.bytes, vfd_uart.written.pos);
|
dump_iobuf(&vfd_uart.written);
|
||||||
vfd_uart.written.pos = 0;
|
vfd_uart.written.pos = 0;
|
||||||
|
|
||||||
return hr;
|
return hr;
|
||||||
|
Loading…
Reference in New Issue
Block a user