1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

add arduino header to HID library

This commit is contained in:
Martino Facchin 2015-06-08 10:54:12 +02:00 committed by Cristian Maglie
parent 91ccab4f09
commit 2aa2332f88

View File

@ -23,6 +23,7 @@
#define HID_h
#include <stdint.h>
#include <Arduino.h>
#if defined(USBCON)