Fix compiler errors when HID_CONTROLS > 0

This commit is contained in:
Oscar Bailey
2020-10-21 14:50:50 +01:00
parent 871ffbc5dd
commit baa853985b
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS) \
src/core/user/audiostream \
src/core/user/hid \
src/core/user/hostactive \
src/hid \
src/midi
SOURCE_DIRS = src/core \

View File

@@ -1,4 +1,5 @@
// Copyright (c) 2019, XMOS Ltd, All rights reserved
#include <stdint.h>
#include <xs1.h>
#include "descriptor_defs.h"
#include "hid.h"