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, 4 insertions, 3 deletions
diff --git a/driver/temp_sensor/tmp468.c b/driver/temp_sensor/tmp468.c
index 3bfaeeedbb..87eb040460 100644
--- a/driver/temp_sensor/tmp468.c
+++ b/driver/temp_sensor/tmp468.c
@@ -7,13 +7,14 @@
#include "common.h"
#include "console.h"
+#include "tmp432.h"
#include "gpio.h"
-#include "hooks.h"
#include "i2c.h"
-#include "tmp432.h"
-#include "tmp468.h"
+#include "hooks.h"
#include "util.h"
+#include "tmp468.h"
+
static int fake_temp[TMP468_CHANNEL_COUNT] = { -1, -1, -1, -1, -1,
-1, -1, -1, -1 };
static int temp_val[TMP468_CHANNEL_COUNT] = { 0, 0, 0, 0, 0, 0, 0, 0, 0 };