format OPUCA codes and optimize demo cases

This commit is contained in:
wlyu
2022-03-23 19:21:44 +08:00
parent c9455ea442
commit 3b8c9a8ed4
12 changed files with 413 additions and 300 deletions
@@ -446,6 +446,7 @@ void lwip_input_thread(void *param)
/* Poll the driver, get any outstanding frames */
ethernetif_input(net);
sys_check_timeouts(); /* Handle all system timeouts for all core protocols */
KPrintf("");
}
}
}