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 /quantum/quantum.h | |
| 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 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index b9e7eea24..053b33b91 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #endif | 22 | #endif |
| 23 | #if defined(PROTOCOL_CHIBIOS) | 23 | #if defined(PROTOCOL_CHIBIOS) |
| 24 | # include "hal.h" | 24 | # include "hal.h" |
| 25 | # include "chibios_config.h" | ||
| 25 | #endif | 26 | #endif |
| 26 | 27 | ||
| 27 | #include "wait.h" | 28 | #include "wait.h" |
