Switch commands to slog, disable net_poll pending fix

This commit is contained in:
Ian Gulliver
2026-04-07 07:43:16 +09:00
parent 46db2fd966
commit a9193d51e4
4 changed files with 60 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ void dispatch_schedule_ms(uint32_t ms, std::function<void()> fn) {
usb.drain();
timers.run();
net_poll();
//net_poll();
while (tud_cdc_available()) {
uint8_t byte;