🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) (#23022)
This commit is contained in:
@ -44,7 +44,7 @@ struct AutoReporter {
|
||||
next_report_ms = ms + SEC_TO_MS(report_interval);
|
||||
PORT_REDIRECT(report_port_mask);
|
||||
Helper::report();
|
||||
//PORT_RESTORE();
|
||||
PORT_RESTORE();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user