mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
Fix for nano compile
This commit is contained in:
parent
3b74e16dd1
commit
4c9182d95f
|
@ -43,7 +43,7 @@ Stream * WifiInterface::wifiStream;
|
|||
//
|
||||
// Figure out number of serial ports depending on hardware
|
||||
//
|
||||
#if defined(ARDUINO_AVR_UNO)
|
||||
#if defined(ARDUINO_AVR_UNO) || defined(ARDUINO_AVR_NANO)
|
||||
#define NUM_SERIAL 0
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user