From 7ee6a800d97e2dfeb5cbc4041df431941648b512 Mon Sep 17 00:00:00 2001 From: AJM Date: Thu, 20 May 2010 23:47:29 -0400 Subject: removed another depricated reference to old usb shit removed HardwareUsb usb in example main, as that class hasnt been defined yet also modded the makefile to actually compile main.cpp --- main.cpp.example | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.cpp.example') diff --git a/main.cpp.example b/main.cpp.example index 5c285f6..67380ae 100644 --- a/main.cpp.example +++ b/main.cpp.example @@ -34,8 +34,6 @@ #define LED_PIN 13 #define PWM_PIN 2 -HardwareUsb Usb; - void setup() { /* Set up the LED to blink */ -- cgit v1.2.3