summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorMatt Mills <[email protected]>2023-03-22 07:18:27 -0600
committerGitHub <[email protected]>2023-03-22 07:18:27 -0600
commit4274cab3950cfa30b387bab7d388b6a4b8480edb (patch)
tree4371b97f285818685e073b3e3ac51ac6eaec48c2 /src/class
parent07976ad26d4fbcad0694aa3a08294af7fd5f759f (diff)
Update net_device.h
Diffstat (limited to 'src/class')
-rw-r--r--src/class/net/net_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/net/net_device.h b/src/class/net/net_device.h
index 133689deb..399916355 100644
--- a/src/class/net/net_device.h
+++ b/src/class/net/net_device.h
@@ -94,7 +94,7 @@ void tud_network_init_cb(void);
// client must provide this: 48-bit MAC address
// TODO removed later since it is not part of tinyusb stack
-extern const uint8_t tud_network_mac_address[6];
+extern uint8_t tud_network_mac_address[6];
//------------- NCM -------------//