diff options
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 */
|