From cff5f6dd6655470abd2235673b8ac55e6791a6fe Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 27 Jun 2024 10:53:19 +0200 Subject: `make format` --- main/i2c.c | 2 +- puzzle/neo/main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/main/i2c.c b/main/i2c.c index b90e3b2..6e76141 100644 --- a/main/i2c.c +++ b/main/i2c.c @@ -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; } } - -- cgit v1.2.3