Update net_device.h

This commit is contained in:
Matt Mills
2023-03-22 07:18:27 -06:00
committed by GitHub
parent 07976ad26d
commit 4274cab395

View File

@@ -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 -------------//