diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 19:04:08 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 19:04:08 +0200 |
commit | a96ffb4d0fd8576d753bb975b674b2aeef617d5f (patch) | |
tree | 43c698495bbcdcf18b7f29bdb7dc2fa0bd41a1af /i2ctcp | |
parent | 078c6661c24a9460240d9c7c063a44e9bed6f96a (diff) |
WIP fix puzzle bus message types
Diffstat (limited to 'i2ctcp')
-rw-r--r-- | i2ctcp/i2ctcpv1.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/i2ctcp/i2ctcpv1.c b/i2ctcp/i2ctcpv1.c index 2231038..1ae1da0 100644 --- a/i2ctcp/i2ctcpv1.c +++ b/i2ctcp/i2ctcpv1.c @@ -1,8 +1,5 @@ #include <mpack.h> -#include <stdio.h> - -// MIN() macro -#include <sys/param.h> +#include <sys/param.h> // MIN() macro #include "i2ctcpv1.h" |