diff options
| author | hathach <[email protected]> | 2020-03-23 15:24:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-23 15:24:30 +0700 |
| commit | 8a22eba7b4104e037fb10d86edfd9dd97421b156 (patch) | |
| tree | 0b7de5b1266ea91668422bf5f981f0cbf52ff314 /src/class | |
| parent | 76a27cf49a16adade29abd94a7f64a374c96219f (diff) | |
add TODO note to remove tud_network_mac_address
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/net/net_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class/net/net_device.h b/src/class/net/net_device.h index 71483364d..67cd99933 100644 --- a/src/class/net/net_device.h +++ b/src/class/net/net_device.h @@ -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() |
