Fix typo in MAX1968 driver power_down fn
This commit is contained in:
parent
475fe28604
commit
f6767b147b
|
@ -144,7 +144,7 @@ impl MAX1968 {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn power_down(&mut self) {
|
pub fn power_down(&mut self) {
|
||||||
let _ = self.shdn.set_high();
|
let _ = self.shdn.set_low();
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn power_up(&mut self) {
|
pub fn power_up(&mut self) {
|
||||||
|
|
Loading…
Reference in New Issue