Skip to content

Commit

Permalink
Add missing pullup
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Sep 6, 2024
1 parent a205cef commit 83f95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl StartupResources {

BatteryMonitor::start(
Input::new_typed(vbus_detect, Pull::None),
Input::new_typed(charger_status, Pull::None),
Input::new_typed(charger_status, Pull::Up),
BatteryFg::new(
Max17055::new(I2C::new_async(i2c, sda, scl, 100u32.kHz()), design),
fg_enable,
Expand Down

0 comments on commit 83f95ab

Please sign in to comment.