Compiler defines USBCON for USB devices (PR#2433)

This commit is contained in:
Richard Wackerbarth
2015-05-24 11:32:34 -05:00
parent 7268d46508
commit e83575537a
12 changed files with 12 additions and 24 deletions

View File

@@ -210,7 +210,7 @@
#include "pins.h"
#ifndef AT90USB
#ifndef USBCON
#define HardwareSerial_h // trick to disable the standard HWserial
#endif