forked from M-Labs/kirdy
parent
4c331dd319
commit
b0edd3dba2
|
@ -29,7 +29,7 @@ impl HWRev {
|
|||
/// See Issue #32 on Kirdy Hw Repo
|
||||
pub fn startup_delay_before_gpio_init(&mut self){
|
||||
if self.major == 0 && self.minor == 3 {
|
||||
sleep(1500);
|
||||
sleep(5000);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue