mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-16 19:20:57 +00:00
Merge pull request #2216 from rgrr/remove-tud_network_link_state_cb
removed obsolete tud_network_link_state_cb()
This commit is contained in:
commit
74e57499ba
@ -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
|
||||
//--------------------------------------------------------------------+
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user