diff options
| author | Ryan <fauxpark@gmail.com> | 2020-12-11 13:45:24 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 13:45:24 +1100 |
| commit | 501f2fdef115314713e94428d409e5c3b5bfc1c2 (patch) | |
| tree | e454192658ed0000d1d814e2eab492410febe98f /tmk_core/protocol/chibios/main.c | |
| parent | 5b5d74a2677c281d12cd69825d2e252842786667 (diff) | |
| download | qmk_firmware-501f2fdef115314713e94428d409e5c3b5bfc1c2.tar.gz qmk_firmware-501f2fdef115314713e94428d409e5c3b5bfc1c2.zip | |
Normalise include statements in core code (#11153)
* Normalise include statements in core code
* Missed one
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
| -rw-r--r-- | tmk_core/protocol/chibios/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index 400c0b8f5..b99a40f1e 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | * GPL v2 or later. | 15 | * GPL v2 or later. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include "ch.h" | 18 | #include <ch.h> |
| 19 | #include "hal.h" | 19 | #include <hal.h> |
| 20 | 20 | ||
| 21 | #include "usb_main.h" | 21 | #include "usb_main.h" |
| 22 | 22 | ||
