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 | |
parent | b9a1b61f6ac42bbd73123d86058ec8b7048d5da6 (diff) |
Avoid name conflicts with usb_hid Arduino code (#13870)
* Avoid name conflicts with usb_hid Arduino code
* Fix tests
Diffstat (limited to 'quantum')
-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 55f6dbb7da..d87d14041d 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -15,7 +15,7 @@ */ #pragma once -#include "platform.h" +#include "platform_deps.h" #include "wait.h" #include "matrix.h" #include "keymap.h" |