From b21f5b6f55566a6258092b9c8e658f898188ab12 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 20 Apr 2010 16:57:44 -0400 Subject: removed annoying warnings from core/wiring.c and fixed two compile errors on with the example main.cpp --- main.cpp.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.cpp.example') 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 -- cgit v1.2.3