Fixed incorrect macro logic

This commit is contained in:
jgromes 2019-10-02 20:16:54 +02:00
parent eb0f9178b9
commit 23a0e9e001

View file

@ -5,7 +5,7 @@
#include <SPI.h>
//#include <Wire.h>
#ifdef SOFTWARE_SERIAL_UNSUPPORTED
#ifndef SOFTWARE_SERIAL_UNSUPPORTED
#include <SoftwareSerial.h>
#endif