Switch commands to slog, disable net_poll pending fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user