Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 31, 2024
1 parent 82e32d0 commit f652e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tier2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fn can_use_alert_rdy_pin_as_rdy_disabled_comparator() {
.with_low(BF::COMP_QUE0);
let config_disabled_comp = Config::default()
.with_high(BF::COMP_QUE1)
.with_high(BF::COMP_QUE0);
.with_low(BF::COMP_QUE0);
let transactions = [
I2cTrans::write(DEV_ADDR, vec![Register::CONFIG, config.msb(), config.lsb()]),
I2cTrans::write(
Expand Down

0 comments on commit f652e93

Please sign in to comment.