aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r--networking/udhcp/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c
index c44f38239..4de29f258 100644
--- a/networking/udhcp/common.c
+++ b/networking/udhcp/common.c
@@ -6,7 +6,7 @@
6#include "common.h" 6#include "common.h"
7 7
8#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 8#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1
9int dhcp_verbose; 9unsigned dhcp_verbose;
10#endif 10#endif
11 11
12const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = { 12const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {