Add missing USBCON wrapper

This commit is contained in:
Sandeep Mistry 2018-01-08 10:25:17 -05:00 committed by Sandeep Mistry
parent 78f79ed2c0
commit d58b840f63

View file

@ -16,6 +16,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if defined(USBCON)
#include <Arduino.h>
#include "SAMD21_USBDevice.h"
@ -968,3 +970,4 @@ void USBDeviceClass::ISRHandler()
// USBDevice class instance
USBDeviceClass USBDevice;
#endif