From ad3e4f50ab83036ab974b4f30295c873dac3c7f0 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 26 Jun 2024 13:11:54 +0200 Subject: no more undocumented things --- main/i2c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main/i2c.c') diff --git a/main/i2c.c b/main/i2c.c index 19027b3..b68d0e0 100644 --- a/main/i2c.c +++ b/main/i2c.c @@ -12,6 +12,7 @@ #include "pb-buf.h" #include "pb-send.h" +//! Puzzle module handle typedef struct { i2c_addr_t sender; //!< I2C address of sender pb_global_state_t state; //!< global state -- cgit v1.2.3