let run on RP2350
This commit is contained in:
parent
ab3624e73b
commit
6bfd594148
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
// https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/serial-protocol.html
|
// https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/serial-protocol.html
|
||||||
|
|
||||||
#if defined(ARDUINO_RASPBERRY_PI_PICO) || defined(__SAMD51__) || \
|
#if defined(ARDUINO_ARCH_RP2040) || defined(__SAMD51__) || \
|
||||||
defined(TARGET_RP2040) || defined(ARDUINO_ARCH_ESP32) || \
|
defined(TARGET_RP2040) || defined(ARDUINO_ARCH_ESP32) || \
|
||||||
(defined(ARDUINO_ARCH_SAMD) && defined(ARM_MATH_CM0PLUS))
|
(defined(ARDUINO_ARCH_SAMD) && defined(ARM_MATH_CM0PLUS))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue