Skip to content

Commit

Permalink
Fix HAL_STM32 + Arduino IDE SoftwareSerial conflict (MarlinFirmware#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored and thinkyhead committed Dec 21, 2019
1 parent 87992f3 commit 2e235af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e235af

Please sign in to comment.