summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/oti502.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/oti502.c')
-rw-r--r--driver/temp_sensor/oti502.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/temp_sensor/oti502.c b/driver/temp_sensor/oti502.c
index 4564ad9257..2051df89f6 100644
--- a/driver/temp_sensor/oti502.c
+++ b/driver/temp_sensor/oti502.c
@@ -7,9 +7,9 @@
#include "common.h"
#include "console.h"
-#include "hooks.h"
-#include "i2c.h"
#include "oti502.h"
+#include "i2c.h"
+#include "hooks.h"
#include "util.h"
static int temp_val_ambient; /* Ambient is chip temperature*/