1
0
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:
Asbelos 2021-02-08 08:26:32 +00:00
parent 3b74e16dd1
commit 4c9182d95f

View File

@ -43,7 +43,7 @@ Stream * WifiInterface::wifiStream;
// //
// Figure out number of serial ports depending on hardware // 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 #define NUM_SERIAL 0
#endif #endif