Skip to content

Commit 9fcb94e

Browse files
committed
Eliminate multiple definitions
1 parent e9cbdf1 commit 9fcb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nstack_ether.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct _ether_proto_handler {
7474
DATA_SET(_ether_proto_handlers, _ether_proto_handler_##_handler_fn_)
7575

7676

77-
const mac_addr_t mac_broadcast_addr;
77+
extern const mac_addr_t mac_broadcast_addr;
7878

7979
int ether_init(char *const args[]);
8080
void ether_deinit(int ether_handle);

0 commit comments

Comments
 (0)