diff options
author | AJM <poslathian@poslathian.(none)> | 2010-05-20 23:47:29 -0400 |
---|---|---|
committer | AJM <poslathian@poslathian.(none)> | 2010-05-20 23:47:29 -0400 |
commit | 7ee6a800d97e2dfeb5cbc4041df431941648b512 (patch) | |
tree | d06999398bfe1855cb1ae3c8398e06ca0d05901f /main.cpp.example | |
parent | ceffba70ebdeb53bea139d343f2d6cb88888515c (diff) | |
download | librambutan-7ee6a800d97e2dfeb5cbc4041df431941648b512.tar.gz librambutan-7ee6a800d97e2dfeb5cbc4041df431941648b512.zip |
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
Diffstat (limited to 'main.cpp.example')
-rw-r--r-- | main.cpp.example | 2 |
1 files changed, 0 insertions, 2 deletions
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 */
|