diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 12:20:13 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 12:20:13 +0200 |
commit | f594d070418a3b2be6e5c08068f969e8793315ba (patch) | |
tree | 33f450045708e794ecb01efb43e5cfce76c0bb38 /main/i2c.c | |
parent | df5f2cc3ca34c47302fad4af2a4e614e000e4c51 (diff) | |
parent | 1c33371af4fdc59387fe523fab09634bdea54acc (diff) |
Merge branch 'master' of github.com:lonkaars/puzzelbox into prot/smoketest
Diffstat (limited to 'main/i2c.c')
-rw-r--r-- | main/i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,3 +122,4 @@ pb_global_state_t pb_hook_mod_state_read() { void pb_hook_mod_state_write(pb_global_state_t state) { _global_state = state; } + |