Skip to content

Commit 4274cab

Browse files
authored
Update net_device.h
1 parent 07976ad commit 4274cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/net/net_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void tud_network_init_cb(void);
9494

9595
// client must provide this: 48-bit MAC address
9696
// TODO removed later since it is not part of tinyusb stack
97-
extern const uint8_t tud_network_mac_address[6];
97+
extern uint8_t tud_network_mac_address[6];
9898

9999
//------------- NCM -------------//
100100

0 commit comments

Comments
 (0)