avoid possible use of uninitialized intf_addr in nmrp_do()
[oweals/nmrpflash.git] / nmrpd.h
diff --git a/nmrpd.h b/nmrpd.h
index c1dc77ee14ef10de15ab013426268920f47171ef..d65c8116003c339e8f614e835deb3dc5bb191248 100644 (file)
--- a/nmrpd.h
+++ b/nmrpd.h
@@ -72,8 +72,6 @@
 
 #define NMRPFLASH_SET_REGION
 
-#define NMRPFLASH_DEF_RX_TIMEOUT 200
-
 struct eth_hdr {
        uint8_t ether_dhost[6];
        uint8_t ether_shost[6];