diff --git a/avr/send.c b/avr/send.c index aa65eb3..d0e1970 100644 --- a/avr/send.c +++ b/avr/send.c @@ -12,8 +12,6 @@ static tabby_printer_response response; static uint8_t body[TABBY_PRINTER_PACKET_MAX_SIZE]; -static uint8_t sheet[TABBY_PRINTER_SHEET_SIZE]; - static uint16_t sum; static void spi_init() {