Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (#16266)
This commit is contained in:
parent
87992f3669
commit
2e235aff03
|
@ -34,7 +34,7 @@
|
|||
//
|
||||
// Includes
|
||||
//
|
||||
#if defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
|
||||
#if defined(PLATFORMIO) && defined(ARDUINO_ARCH_STM32) && !defined(STM32GENERIC)
|
||||
|
||||
#include "SoftwareSerial.h"
|
||||
#include "timers.h"
|
||||
|
|
Loading…
Reference in a new issue