diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 13:44:32 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 13:44:32 +0200 |
commit | f3e72c6e339eedc4ffac3a2f32cf6cbae7305ff0 (patch) | |
tree | 1828261839f17cfc7ed9b6564039d84fd7f37949 /lib/pbdrv/mod/main.h | |
parent | cf55157e92ff82b96527bbb474b3a7df6abf6ac1 (diff) |
pbdrv mod main stuff (???)
Diffstat (limited to 'lib/pbdrv/mod/main.h')
-rw-r--r-- | lib/pbdrv/mod/main.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/pbdrv/mod/main.h b/lib/pbdrv/mod/main.h deleted file mode 100644 index ec48acd..0000000 --- a/lib/pbdrv/mod/main.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include "../pb-types.h" - -typedef struct { - const i2c_addr_t mod_addr; - const pb_global_state_t mod_state; -} pb_mod_main_mod_t; - -enum { - PB_MOD_MAIN_ADDR_MODS = 0x01, //!< connected puzzle modules -}; - |