summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-08 23:18:29 +0200
committerHiFiPhile <[email protected]>2024-05-08 23:18:29 +0200
commit8133af4e08394ac4940e7cee7a98c28d39bdb297 (patch)
tree4725620955a46c2ebc3dc719a06412ff6c574291 /test
parent0e907b49c90d53023731dd1e21bbdcb1fdb95e11 (diff)
parent74e57499baac36c4cccf76549259905162031e41 (diff)
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
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