summaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorHardy Griech <[email protected]>2023-08-11 18:04:34 +0200
committerHardy Griech <[email protected]>2023-08-11 18:04:34 +0200
commit798ff807b3361a5859945cb23c3d0fd7d1a5679f (patch)
tree71f02159329d7cb0309a17e4c21e7f25a8aeb83b /test/fuzz
parent92457ec99f1690b772ef9fa6b348256701c7fcf7 (diff)
removed obsolete tud_network_link_state_cb()
Diffstat (limited to 'test/fuzz')
-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