Fixing negation
This commit is contained in:
parent
c13eaaba4c
commit
aca524ec85
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue