调整取图和校正的流程

This commit is contained in:
13038267101 2023-01-04 17:54:30 +08:00
parent a0718d561b
commit f5521cbd5a
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ int hg_scanner_239::on_scanner_closing(bool force)
}
void hg_scanner_239::thread_handle_usb_read(void)
{
char buf[1024];
char buf[64];
setting3399::HGEIntInfo* info = (setting3399::HGEIntInfo*)buf;
int size = sizeof(buf),
ret = SCANNER_ERR_OK,