Fixing negation

This commit is contained in:
Ryan Summers 2021-03-02 17:17:51 +01:00
parent c13eaaba4c
commit aca524ec85
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ const APP: () = {
loop { loop {
let sleep = c.resources.mqtt_interface.lock(|interface| { let sleep = c.resources.mqtt_interface.lock(|interface| {
interface.network_stack().poll(clock.current_ms()) !interface.network_stack().poll(clock.current_ms())
}); });
if c.resources if c.resources