Skip to content

Commit

Permalink
use ARM_MATH_CM0PLUS as adafruit samd indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jul 10, 2023
1 parent db9ba91 commit 3930a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP32BootROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

#if defined(ARDUINO_RASPBERRY_PI_PICO) || defined(__SAMD51__) || \
defined(ARDUINO_SAMD_ZERO)
(defined(ARDUINO_ARCH_SAMD) && defined(ARM_MATH_CM0PLUS))

#include "ESP32BootROM.h"
#include "stub_esp32.h"
Expand Down

0 comments on commit 3930a02

Please sign in to comment.