aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-27 10:35:52 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-27 10:35:52 +0200
commit5f4bc8b1ac4b56aa68951aafa244163de300858a (patch)
tree73bdc77dde64b93d3a386b397cdfbab2707b5c90
parent2f698755fd93fe5f29533ddc11f8a879ccad7970 (diff)
parenta0c96eea361e72a6df0293e8e5a323bd82f2f4b6 (diff)
Merge branch 'hotfix' of github.com:lonkaars/puzzelbox
-rw-r--r--main/i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/i2c.c b/main/i2c.c
index b0ac1d3..1d64f30 100644
--- a/main/i2c.c
+++ b/main/i2c.c
@@ -70,6 +70,7 @@ static void update_state() {
pb_buf_t buff = pb_send_state_set(PB_GS_PLAYING);
pb_i2c_send(modules[i].sender, (uint8_t *) buff.data, buff.size);
pb_buf_free(&buff);
+ return;
}
}