diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 10:44:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 10:44:57 +0200 |
commit | dcccf564f0bdc529b4165e4f2e2fb63216da2339 (patch) | |
tree | 33586f0b0b655026909e51a1bdd81ad8ad05d049 /main/i2c.c | |
parent | 637ec19bc55a2466fb0ffbf310140f891ac06783 (diff) |
add i2c hooks
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; } + |