diff options
| author | HiFiPhile <[email protected]> | 2024-05-07 13:46:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-07 13:46:57 +0200 |
| commit | 74e57499baac36c4cccf76549259905162031e41 (patch) | |
| tree | f79aa084a42438667b5e26b588a6f794c9ad1608 /src | |
| parent | e5b6f93df35d7ac413ca405e67a6c9d8c79b680d (diff) | |
| parent | 4abdfc10f5a4cca19a614133655c64fec5752eb0 (diff) | |
Merge pull request #2216 from rgrr/remove-tud_network_link_state_cb
removed obsolete tud_network_link_state_cb()
Diffstat (limited to 'src')
| -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 //--------------------------------------------------------------------+ |
