From 54ea8e688e6cdefa29531cc778731aa7b8931f10 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 5 Jun 2016 21:47:34 -0500 Subject: [PATCH] Whoops --- avr/send.c | 2 -- 1 file changed, 2 deletions(-) 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() {