We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cbdf1 commit 9fcb94eCopy full SHA for 9fcb94e
src/nstack_ether.h
@@ -74,7 +74,7 @@ struct _ether_proto_handler {
74
DATA_SET(_ether_proto_handlers, _ether_proto_handler_##_handler_fn_)
75
76
77
-const mac_addr_t mac_broadcast_addr;
+extern const mac_addr_t mac_broadcast_addr;
78
79
int ether_init(char *const args[]);
80
void ether_deinit(int ether_handle);
0 commit comments