summaryrefslogtreecommitdiff
path: root/test
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 /test
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 'test')
-rw-r--r--test/fuzz/net_fuzz.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/fuzz/net_fuzz.cc b/test/fuzz/net_fuzz.cc
index 63cd1ac98..468437b0c 100644
--- a/test/fuzz/net_fuzz.cc
+++ b/test/fuzz/net_fuzz.cc
@@ -69,14 +69,6 @@ void tud_network_init_cb(void) {
// TODO removed later since it is not part of tinyusb stack
uint8_t tud_network_mac_address[6] = {0};
-//------------- NCM -------------//
-
-// callback to client providing optional indication of internal state of network
-// driver
-void tud_network_link_state_cb(bool state) {
- (void)state;
- // NoOp.
-}
-}
+} // extern "C"
#endif