Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored and ericlewis committed Feb 21, 2025
1 parent 99b77e3 commit 38873af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/um_feathers3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static const uint8_t RX = 44;
static const uint8_t SDA = 8;
static const uint8_t SCL = 9;

#define WIRE1_PIN_DEFINED 1 // See Wire.cpp at bool TwoWire::initPins(int sdaPin, int sclPin)
#define WIRE1_PIN_DEFINED 1 // See Wire.cpp at bool TwoWire::initPins(int sdaPin, int sclPin)
static const uint8_t SDA1 = 16;
static const uint8_t SCL1 = 15;

Expand Down

0 comments on commit 38873af

Please sign in to comment.