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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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; -- cgit v1.2.3