summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp468.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/tmp468.c')
-rw-r--r--driver/temp_sensor/tmp468.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/driver/temp_sensor/tmp468.c b/driver/temp_sensor/tmp468.c
index 87eb040460..3bfaeeedbb 100644
--- a/driver/temp_sensor/tmp468.c
+++ b/driver/temp_sensor/tmp468.c
@@ -7,13 +7,12 @@
#include "common.h"
#include "console.h"
-#include "tmp432.h"
#include "gpio.h"
-#include "i2c.h"
#include "hooks.h"
-#include "util.h"
-
+#include "i2c.h"
+#include "tmp432.h"
#include "tmp468.h"
+#include "util.h"
static int fake_temp[TMP468_CHANNEL_COUNT] = { -1, -1, -1, -1, -1,
-1, -1, -1, -1 };