]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - drivers/arm/i2c_master.c
Add central location for ChibiOS defines (#7542)
[qmk_firmware.git] / drivers / arm / i2c_master.c
index b9eff0ad2e8b8524575b26004c9709d3186abed9..21aefd497ccfd654a2043728eb0362934cf2dcc2 100644 (file)
@@ -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 <string.h>
 #include <hal.h>