mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
add TODO note to remove tud_network_mac_address
This commit is contained in:
parent
76a27cf49a
commit
8a22eba7b4
@ -57,6 +57,7 @@ void tud_network_init_cb(void);
|
||||
bool tud_network_recv_cb(struct pbuf *p);
|
||||
|
||||
// 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];
|
||||
|
||||
// indicate to network driver that client has finished with the packet provided to network_recv_cb()
|
||||
|
Loading…
x
Reference in New Issue
Block a user