Ahh that was my problem. At least now we can service inquiries!
This commit is contained in:
parent
13c1d8d171
commit
3fa06b40d7
1 changed files with 1 additions and 1 deletions
|
@ -193,11 +193,11 @@ int main() {
|
||||||
case 2: {
|
case 2: {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case TABBY_PRINTER_PACKET_INIT:
|
case TABBY_PRINTER_PACKET_INIT:
|
||||||
case TABBY_PRINTER_PACKET_JOB:
|
|
||||||
case TABBY_PRINTER_PACKET_CANCEL: {
|
case TABBY_PRINTER_PACKET_CANCEL: {
|
||||||
sheet_offset = 0;
|
sheet_offset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case TABBY_PRINTER_PACKET_JOB:
|
||||||
case TABBY_PRINTER_PACKET_DATA:
|
case TABBY_PRINTER_PACKET_DATA:
|
||||||
case TABBY_PRINTER_PACKET_INQUIRY: {
|
case TABBY_PRINTER_PACKET_INQUIRY: {
|
||||||
header.type = c;
|
header.type = c;
|
||||||
|
|
Loading…
Add table
Reference in a new issue