From bf9401ee6f723eb4cbeb9663a70ad8009666ad9c Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 16 Aug 2015 01:11:05 +0200 Subject: [PATCH] Remove unused #define --- src/omv/usbdbg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/omv/usbdbg.c b/src/omv/usbdbg.c index 45d993316..2ebbcee51 100644 --- a/src/omv/usbdbg.c +++ b/src/omv/usbdbg.c @@ -19,7 +19,6 @@ #include "compile.h" #include "runtime.h" -#define USB_TX_BUF_SIZE (64) static int xfer_bytes; static int xfer_length; static enum usbdbg_cmd cmd;