summaryrefslogtreecommitdiff
path: root/chip/ish/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/i2c.c')
-rw-r--r--chip/ish/i2c.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/ish/i2c.c b/chip/ish/i2c.c
index 230f073369..e26bcd70e5 100644
--- a/chip/ish/i2c.c
+++ b/chip/ish/i2c.c
@@ -6,16 +6,16 @@
/* I2C port module for ISH */
#include "common.h"
-#include "config_chip.h"
#include "console.h"
+#include "config_chip.h"
#include "gpio.h"
#include "hooks.h"
-#include "hwtimer.h"
#include "i2c.h"
-#include "ish_i2c.h"
#include "registers.h"
+#include "ish_i2c.h"
#include "task.h"
#include "timer.h"
+#include "hwtimer.h"
#include "util.h"
#define CPUTS(outstr) cputs(CC_I2C, outstr)