From: Joseph C. Lehner Date: Sun, 19 Feb 2017 10:01:04 +0000 (+0100) Subject: Actually enable -R option X-Git-Tag: v0.9.11-rc1~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2be8975abeda47e4b8dd5100cc4116b4ba5bd69;p=oweals%2Fnmrpflash.git Actually enable -R option --- diff --git a/main.c b/main.c index 54cad4c..11d8d09 100644 --- a/main.c +++ b/main.c @@ -23,8 +23,6 @@ #include #include "nmrpd.h" -#define NMRPFLASH_SET_REGION - int verbosity = 0; void usage(FILE *fp) diff --git a/nmrpd.h b/nmrpd.h index c57ef9c..d050707 100644 --- a/nmrpd.h +++ b/nmrpd.h @@ -65,6 +65,8 @@ #define PACKED __attribute__((packed)) #endif +#define NMRPFLASH_SET_REGION + struct eth_hdr { uint8_t ether_dhost[6]; uint8_t ether_shost[6];