Add missing constant

This commit is contained in:
Joseph C. Lehner 2024-11-30 13:51:04 +01:00
parent 61e0d0176c
commit 3c2ff00e8b

View file

@ -85,6 +85,7 @@
#define NMRP_DEFAULT_TFTP_PORT 69
#define NMRP_ETH_TIMEOUT_S 60
#define NMRP_MAX_UL_REQS 3
struct eth_hdr {
uint8_t ether_dhost[6];