Avoid name conflicts with usb_hid Arduino code (#13870)

* Avoid name conflicts with usb_hid Arduino code

* Fix tests
This commit is contained in:
Joel Challis 2021-08-06 06:53:38 +01:00 committed by GitHub
parent b9a1b61f6a
commit c588d232cb
Failed to generate hash of commit
5 changed files with 19 additions and 1 deletions

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "platform.h"
#include "platform_deps.h"
#include "wait.h"
#include "matrix.h"
#include "keymap.h"