Skip to content

Commit cc59080

Browse files
author
Owen
authored
Merge pull request #9 from fpistm/STM32
Add STM32 core support
2 parents 1e17446 + e7e58eb commit cc59080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SparkFun_LTE_Shield_Arduino_Library.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
#define LTE_SHIELD_SOFTWARE_SERIAL_ENABLED // Enable software serial
4949
#endif
5050

51+
#ifdef ARDUINO_ARCH_STM32 // STM32 based boards (Disco, Nucleo, etc)
52+
#define LTE_SHIELD_SOFTWARE_SERIAL_ENABLED // Enable software serial
53+
#endif
54+
5155
#ifdef LTE_SHIELD_SOFTWARE_SERIAL_ENABLED
5256
#include <SoftwareSerial.h>
5357
#endif

0 commit comments

Comments
 (0)