From 54114efc39ab39087c6093065ca704ee1475e87c Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Thu, 18 Feb 2016 22:23:09 +0100 Subject: [PATCH] Always enable -R option --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 73f22f7..69671a8 100644 --- a/main.c +++ b/main.c @@ -23,6 +23,8 @@ #include #include "nmrpd.h" +#define NMRPFLASH_SET_REGION + int verbosity = 0; void usage(FILE *fp)