diff options
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/net/net_device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/class/net/net_device.h b/src/class/net/net_device.h index 0665d547c..4c9a92f2d 100644 --- a/src/class/net/net_device.h +++ b/src/class/net/net_device.h @@ -87,9 +87,6 @@ void tud_network_init_cb(void); // TODO removed later since it is not part of tinyusb stack extern uint8_t tud_network_mac_address[6]; -// callback to client providing optional indication of internal state of network driver -void tud_network_link_state_cb(bool state); - //--------------------------------------------------------------------+ // INTERNAL USBD-CLASS DRIVER API //--------------------------------------------------------------------+ |
