diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 46cc0348f..721888f6d 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -15,6 +15,8 @@ | |||
15 | #include "common.h" | 15 | #include "common.h" |
16 | 16 | ||
17 | 17 | ||
18 | const uint8_t MAC_BCAST_ADDR[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; | ||
19 | |||
18 | long uptime(void) | 20 | long uptime(void) |
19 | { | 21 | { |
20 | struct sysinfo info; | 22 | struct sysinfo info; |