Skip to content

Commit

Permalink
power.cpp: remove unneeded define
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jul 1, 2024
1 parent 313532d commit e08a451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/power.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ TwoWire i2c_pmu = Wire1;
static const uint8_t i2c_sda = SDA;
static const uint8_t i2c_scl = SCL;
TwoWire i2c_pmu = Wire;
#define PMU_BUS Wire
#endif

XPowersLibInterface *pmu = NULL;
Expand Down

0 comments on commit e08a451

Please sign in to comment.