Shorten time to next phy_active check (early continue)

This commit is contained in:
Allen Hill
2026-08-13 16:25:50 -07:00
parent 994759dd39
commit f45a0f5e92
+2
View File
@@ -100,6 +100,8 @@ int main() {
.binary = printBinary});
if (auto next = peripheral.react(std::move(result)))
outgoing.push(std::move(next));
continue;
}
// stdin must be non-blocking: yielding EOF when idle/empty