aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp.example
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp.example')
-rw-r--r--main.cpp.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp.example b/main.cpp.example
index 4130749..1067030 100644
--- a/main.cpp.example
+++ b/main.cpp.example
@@ -31,10 +31,11 @@
#include "wiring.h"
#include "HardwareSerial.h"
+#include "HardwareUsb.h"
#include "math.h"
#include "usb.h"
-uint8_t bytes_in;
+uint8 bytes_in;
#define LED_PIN 13
#define PWM_PIN 2