Actually enable -R option
This commit is contained in:
parent
a59358a6c1
commit
e2be8975ab
2 changed files with 2 additions and 2 deletions
2
main.c
2
main.c
|
@ -23,8 +23,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "nmrpd.h"
|
#include "nmrpd.h"
|
||||||
|
|
||||||
#define NMRPFLASH_SET_REGION
|
|
||||||
|
|
||||||
int verbosity = 0;
|
int verbosity = 0;
|
||||||
|
|
||||||
void usage(FILE *fp)
|
void usage(FILE *fp)
|
||||||
|
|
2
nmrpd.h
2
nmrpd.h
|
@ -65,6 +65,8 @@
|
||||||
#define PACKED __attribute__((packed))
|
#define PACKED __attribute__((packed))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define NMRPFLASH_SET_REGION
|
||||||
|
|
||||||
struct eth_hdr {
|
struct eth_hdr {
|
||||||
uint8_t ether_dhost[6];
|
uint8_t ether_dhost[6];
|
||||||
uint8_t ether_shost[6];
|
uint8_t ether_shost[6];
|
||||||
|
|
Loading…
Add table
Reference in a new issue