Skip to content

Commit

Permalink
Merge pull request #26 from adafruit/2024-07-23-formatting
Browse files Browse the repository at this point in the history
ESP32BootRom.cpp: format ifdefs
  • Loading branch information
tyeth authored Jul 23, 2024
2 parents 64fc7e3 + 7657c31 commit 4125a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ESP32BootROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

// https://docs.espressif.com/projects/esptool/en/latest/esp32/advanced-topics/serial-protocol.html

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

#include "ESP32BootROM.h"
Expand Down

0 comments on commit 4125a29

Please sign in to comment.