From d3815e7e3666aea0c3f70481a03bf3467b188d7e Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Fri, 5 Jun 2015 17:50:19 +0200 Subject: add PluggableUSB module --- cores/arduino/USBCore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cores/arduino/USBCore.h') diff --git a/cores/arduino/USBCore.h b/cores/arduino/USBCore.h index bee5a3e..cd2191c 100644 --- a/cores/arduino/USBCore.h +++ b/cores/arduino/USBCore.h @@ -18,6 +18,8 @@ #ifndef __USBCORE_H__ #define __USBCORE_H__ +#include "USBAPI.h" + // Standard requests #define GET_STATUS 0 #define CLEAR_FEATURE 1 -- cgit v1.2.3-18-g5258