Combine __AVR__ and USBCON for 2.0.x parity
This commit is contained in:
parent
c05c5d96d9
commit
5ce64f6d16
6 changed files with 12 additions and 12 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "Conditionals_LCD.h"
|
||||
#include "Configuration_adv.h"
|
||||
#include "pins.h"
|
||||
#ifndef USBCON
|
||||
#if defined(__AVR__) && !defined(USBCON)
|
||||
#define HardwareSerial_h // trick to disable the standard HWserial
|
||||
#endif
|
||||
#include "Arduino.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue