mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
fixup dev refs
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ int main() {
|
||||
}
|
||||
}
|
||||
|
||||
peripheral.poll_devices([&](auto dev) {
|
||||
peripheral.poll_devices([&](auto &dev) {
|
||||
if (auto status = cache.pop()) {
|
||||
dev.emit(status.get());
|
||||
outgoing.push(std::move(status));
|
||||
|
||||
Reference in New Issue
Block a user