summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-07 13:46:57 +0200
committerGitHub <[email protected]>2024-05-07 13:46:57 +0200
commit74e57499baac36c4cccf76549259905162031e41 (patch)
treef79aa084a42438667b5e26b588a6f794c9ad1608 /src
parente5b6f93df35d7ac413ca405e67a6c9d8c79b680d (diff)
parent4abdfc10f5a4cca19a614133655c64fec5752eb0 (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.h3
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
//--------------------------------------------------------------------+