🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) (#23022)

This commit is contained in:
somehibs
2021-10-27 21:00:02 +01:00
committed by Scott Lahteine
parent 66a274452c
commit 0f2c4fc40b
3 changed files with 3 additions and 3 deletions

View File

@ -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();
}
}
};