From 376419a4f7e0489111a9ac24acc847342fe9d64d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 21 Dec 2019 18:22:49 +0000 Subject: Add central location for ChibiOS defines (#7542) * Add central location for chibios defines * Add central location for chibios defines - actually add files this time.... * Add Copyright header * Update include order to resolve i2cv1 build errors --- drivers/arm/i2c_master.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/arm/i2c_master.c') diff --git a/drivers/arm/i2c_master.c b/drivers/arm/i2c_master.c index b9eff0ad2e..21aefd497c 100644 --- a/drivers/arm/i2c_master.c +++ b/drivers/arm/i2c_master.c @@ -24,9 +24,8 @@ * STM32_I2C_USE_I2C1 is TRUE in the mcuconf.h file. Pins B6 and B7 are used * but using any other I2C pins should be trivial. */ - -#include "i2c_master.h" #include "quantum.h" +#include "i2c_master.h" #include #include -- cgit v1.2.3