Skip to content

Commit

Permalink
Clean up old formatting (pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Apr 9, 2024
1 parent 228169c commit 0de33c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit TestBed
version=1.12.0
version=1.12.1
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Adafruit's internal test bed code library
Expand Down
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_ARCH_SAMD) && defined(ARM_MATH_CM0PLUS))
(defined(ARDUINO_ARCH_SAMD) && defined(ARM_MATH_CM0PLUS))

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

0 comments on commit 0de33c2

Please sign in to comment.