mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-22 13:32:52 +00:00
Shorten time to next phy_active check (early continue)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user