summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp432.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp432.c')
-rw-r--r--driver/temp_sensor/tmp432.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/temp_sensor/tmp432.c b/driver/temp_sensor/tmp432.c
index 581e33b979..fde6536536 100644
--- a/driver/temp_sensor/tmp432.c
+++ b/driver/temp_sensor/tmp432.c
@@ -7,10 +7,10 @@
#include "common.h"
#include "console.h"
+#include "tmp432.h"
#include "gpio.h"
-#include "hooks.h"
#include "i2c.h"
-#include "tmp432.h"
+#include "hooks.h"
#include "util.h"
static int temp_val_local;