diff options
-rw-r--r-- | main/i2c.c | 2 | ||||
-rw-r--r-- | puzzle/neo/main.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -68,7 +68,7 @@ static void update_state() { // find first module that is idle pb_global_state_t module_state = modules[i].state; if (module_state != PB_GS_IDLE) continue; - + if (modules[i].sender > first_addr) continue; first_addr = modules[i].sender; diff --git a/puzzle/neo/main.cpp b/puzzle/neo/main.cpp index 4709c53..dd6a1da 100644 --- a/puzzle/neo/main.cpp +++ b/puzzle/neo/main.cpp @@ -219,4 +219,3 @@ void loop() { break; } } - |