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 griehsler committed Jan 30, 2020
1 parent 023e192 commit f399486
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 f399486

Please sign in to comment.