whoops
This commit is contained in:
parent
7059d688ac
commit
13c1d8d171
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ static void spi_send_job(tabby_printer_job *job,
|
||||||
tabby_printer_response *response) {
|
tabby_printer_response *response) {
|
||||||
spi_send_packet(TABBY_PRINTER_PACKET_JOB,
|
spi_send_packet(TABBY_PRINTER_PACKET_JOB,
|
||||||
job->data,
|
job->data,
|
||||||
sizeof(job),
|
sizeof(*job),
|
||||||
response);
|
response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue