diff options
| author | Joel Challis <git@zvecr.com> | 2019-12-21 18:22:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-21 18:22:49 +0000 |
| commit | 376419a4f7e0489111a9ac24acc847342fe9d64d (patch) | |
| tree | 7956534e51eb87d62af3c4ba81f19118a7a04ef9 /drivers/arm/i2c_master.c | |
| parent | 05b479d349aafb8298b43fcbfcddc4440336de9c (diff) | |
| download | qmk_firmware-376419a4f7e0489111a9ac24acc847342fe9d64d.tar.gz qmk_firmware-376419a4f7e0489111a9ac24acc847342fe9d64d.zip | |
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
Diffstat (limited to 'drivers/arm/i2c_master.c')
| -rw-r--r-- | drivers/arm/i2c_master.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/arm/i2c_master.c b/drivers/arm/i2c_master.c index b9eff0ad2..21aefd497 100644 --- a/drivers/arm/i2c_master.c +++ b/drivers/arm/i2c_master.c | |||
| @@ -24,9 +24,8 @@ | |||
| 24 | * STM32_I2C_USE_I2C1 is TRUE in the mcuconf.h file. Pins B6 and B7 are used | 24 | * STM32_I2C_USE_I2C1 is TRUE in the mcuconf.h file. Pins B6 and B7 are used |
| 25 | * but using any other I2C pins should be trivial. | 25 | * but using any other I2C pins should be trivial. |
| 26 | */ | 26 | */ |
| 27 | |||
| 28 | #include "i2c_master.h" | ||
| 29 | #include "quantum.h" | 27 | #include "quantum.h" |
| 28 | #include "i2c_master.h" | ||
| 30 | #include <string.h> | 29 | #include <string.h> |
| 31 | #include <hal.h> | 30 | #include <hal.h> |
| 32 | 31 | ||
