1
0
Fork 0

Fix typo in MAX1968 driver power_down fn

This commit is contained in:
linuswck 2023-12-20 14:48:47 +08:00
parent 475fe28604
commit f6767b147b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {