Actually enable -R option

This commit is contained in:
Joseph C. Lehner 2017-02-19 11:01:04 +01:00
parent a59358a6c1
commit e2be8975ab
2 changed files with 2 additions and 2 deletions

2
main.c
View file

@ -23,8 +23,6 @@
#include <stdio.h>
#include "nmrpd.h"
#define NMRPFLASH_SET_REGION
int verbosity = 0;
void usage(FILE *fp)

View file

@ -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];