summaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-06 06:53:38 +0100
committerGitHub <noreply@github.com>2021-08-06 15:53:38 +1000
commitc588d232cb97904400b048db923ee86e5bf9abcc (patch)
treee5895ef695c5a16fb3567f95e3ca64c75b9001e4 /quantum/quantum.h
parentb9a1b61f6ac42bbd73123d86058ec8b7048d5da6 (diff)
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.h2
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"