Skip to content

Commit 924221b

Browse files
committed
Fix - SAMD platforms
1 parent 1625385 commit 924221b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/uart/hardware.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
#include <Arduino.h>
1919
#include <HardwareSerial.h>
2020

21-
#if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) || \
22-
defined(ARDUINO_ARCH_ESP8266)
23-
// SAMD supports native Arduino SoftwareSerial API
21+
#if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_ESP8266)
2422
// ESP8266 supports SoftwareSerial in the ESP8266 Arduino core
2523
// RP2040/RP2350 supports a wrapper around SoftwareSerial and emulation via
2624
// PIOUART (see:

0 commit comments

Comments
 (0)