diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 08:31:35 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-24 08:31:35 +0200 |
commit | 2528775b34f9c0033027931385a4de866ab2749d (patch) | |
tree | 70d4ac864c7a3d94a6ecd76530f319fe040dfccf /client/i2c.h | |
parent | e5b2754593bc93987e93a4171b1bcd361b2f1eb6 (diff) |
add more documentation
Diffstat (limited to 'client/i2c.h')
-rw-r--r-- | client/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/i2c.h b/client/i2c.h index 87f33c9..d2cfa9a 100644 --- a/client/i2c.h +++ b/client/i2c.h @@ -5,7 +5,7 @@ /** * \ingroup pbc - * \defgroup pbc_i2c i2c + * \defgroup pbc_i2c I2C * \brief I2C abstraction functions * \{ */ |