From 167394aadad9120c3d72bcc95b13f397e91d0d3a Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 31 May 2016 23:53:43 -0500 Subject: [PATCH] Totes unused --- avr/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/avr/main.c b/avr/main.c index 4ece5aa..dd723d9 100644 --- a/avr/main.c +++ b/avr/main.c @@ -16,8 +16,6 @@ static volatile tabby_printer_packet_header header = { .size = 0 }; -static volatile uint16_t sum = 0; - static volatile uint16_t i = 0, b = 0;