diff options
| author | Joel Challis <git@zvecr.com> | 2021-08-06 06:53:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-06 15:53:38 +1000 |
| commit | c588d232cb97904400b048db923ee86e5bf9abcc (patch) | |
| tree | e5895ef695c5a16fb3567f95e3ca64c75b9001e4 /quantum/quantum.h | |
| parent | b9a1b61f6ac42bbd73123d86058ec8b7048d5da6 (diff) | |
| download | qmk_firmware-c588d232cb97904400b048db923ee86e5bf9abcc.tar.gz qmk_firmware-c588d232cb97904400b048db923ee86e5bf9abcc.zip | |
Avoid name conflicts with usb_hid Arduino code (#13870)
* Avoid name conflicts with usb_hid Arduino code
* Fix tests
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 55f6dbb7d..d87d14041 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | #include "platform.h" | 18 | #include "platform_deps.h" |
| 19 | #include "wait.h" | 19 | #include "wait.h" |
| 20 | #include "matrix.h" | 20 | #include "matrix.h" |
| 21 | #include "keymap.h" | 21 | #include "keymap.h" |
