diff options
Diffstat (limited to 'firmware/debug.c')
| -rw-r--r-- | firmware/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/debug.c b/firmware/debug.c index 7bc0f3e..5cd1f15 100644 --- a/firmware/debug.c +++ b/firmware/debug.c @@ -94,7 +94,6 @@ static char lowhex(int x) static void putpacket (char *buffer) { register int checksum; - char ch; char *src = buffer; |