Fixed the incorrect macr

This commit is contained in:
jgromes 2019-10-02 20:13:14 +02:00
parent e901f26faa
commit eb0f9178b9

View file

@ -5,7 +5,7 @@
#include <SPI.h>
//#include <Wire.h>
#if !(SOFTWARE_SERIAL_UNSUPPORTED)
#ifdef SOFTWARE_SERIAL_UNSUPPORTED
#include <SoftwareSerial.h>
#endif