diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-03 11:04:52 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-03 11:04:52 +0200 |
commit | 5a096a31cab585c1a0d938d64ebcc651900fbf42 (patch) | |
tree | 6c567ebfdd1a452701215d18aa60225117e6dfdd /main/sock.c | |
parent | 5ebe68d8f1b6c290083dab6feff6f2fded5ac790 (diff) | |
parent | a98a2606c50023090d233fc16f3bb9516bfff0a8 (diff) |
Merge branch 'demo/PANIEK' of github.com:lonkaars/puzzelbox into demo/PANIEK
Diffstat (limited to 'main/sock.c')
-rw-r--r-- | main/sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/sock.c b/main/sock.c index 08bec6b..1913698 100644 --- a/main/sock.c +++ b/main/sock.c @@ -9,6 +9,7 @@ #include "config.h" #include "i2ctcpv1.h" #include "sock.h" +#include "i2c.h" #include <hardware/i2c.h> extern uint8_t found[MAX_SLAVES]; |