diff options
Diffstat (limited to 'common/xyzModem.c')
-rw-r--r-- | common/xyzModem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/xyzModem.c b/common/xyzModem.c index 9feb240de28..09f74a1f0c7 100644 --- a/common/xyzModem.c +++ b/common/xyzModem.c @@ -62,7 +62,6 @@ static struct #define xyzModem_MAX_RETRIES_WITH_CRC 10 #define xyzModem_CAN_COUNT 3 /* Wait for 3 CAN before quitting */ - typedef int cyg_int32; static int CYGACC_COMM_IF_GETC_TIMEOUT (char chan, char *c) @@ -177,7 +176,6 @@ parse_num (char *s, unsigned long *val, char **es, char *delim) return true; } - #if defined(DEBUG) && !CONFIG_IS_ENABLED(USE_TINY_PRINTF) /* * Note: this debug setup works by storing the strings in a fixed buffer |