Browse Source

Fixup atsam builds. (#14052)

Nick Brassel 4 years ago
parent
commit
ceb3ebda46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tmk_core/protocol/arm_atsam/main_arm_atsam.c

+ 1 - 1
tmk_core/protocol/arm_atsam/main_arm_atsam.c

@@ -16,7 +16,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "samd51j18a.h"
-#include "tmk_core/common/keyboard.h"
+#include "keyboard.h"
 
 #include "report.h"
 #include "host.h"