aboutsummaryrefslogtreecommitdiff
path: root/client/i2c.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 15:44:26 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 15:44:26 +0200
commitee5d161f6153e1f9da73e477f63f38dcf52ca10c (patch)
tree926413950f64ed7b0f45f6b3551c16446ecd08d4 /client/i2c.h
parentc77d271d9cb86bf6893098ec6c431fc87945e6c9 (diff)
`make format`
Diffstat (limited to 'client/i2c.h')
-rw-r--r--client/i2c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/i2c.h b/client/i2c.h
index 538624a..30d9d8a 100644
--- a/client/i2c.h
+++ b/client/i2c.h
@@ -1,7 +1,7 @@
#pragma once
-#include <stdint.h>
#include <stddef.h>
+#include <stdint.h>
#include "i2ctcpv1.h"
@@ -36,4 +36,3 @@ void i2c_send(uint16_t addr, const char * data, size_t data_size);
void i2c_dump(const i2ctcp_msg_t * msg);
/// \}
-