summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2023-07-13 20:14:28 +0800
committersakumisu <[email protected]>2023-07-13 20:14:28 +0800
commite45a2857dfdf0ff79f49f49279cd9a0bdb0fb3c5 (patch)
tree86c71606794357c44ab7c19d092f14d6808ee27b
parentc8ecf31c9979d9c41d0f88d6105faf9a06912d10 (diff)
fix missing function
-rw-r--r--demo/cdc_rndis_template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/cdc_rndis_template.c b/demo/cdc_rndis_template.c
index 1d6e738c..bebc9ccb 100644
--- a/demo/cdc_rndis_template.c
+++ b/demo/cdc_rndis_template.c
@@ -250,6 +250,10 @@ void rndis_lwip_init(void)
// while (dnserv_init(&ipaddr, PORT_DNS, dns_query_proc)) {}
}
+void usbd_rndis_data_recv_done(void)
+{
+}
+
void rndis_input_poll(void)
{
rndisif_input(&rndis_netif);