Skip to content

Commit e7e58eb

Browse files
committed
Add STM32 core support
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1e17446 commit e7e58eb

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)