decrease wait time for app shutdown
This commit is contained in:
parent
f26920a099
commit
d053f8d080
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ impl App {
|
|||
self.interfaces
|
||||
.pwm_core
|
||||
.write_amplitude(self.services.led1.channel, 0);
|
||||
crate::riscv::asm::delay(20_000_000);
|
||||
crate::riscv::asm::delay(10_000_000);
|
||||
|
||||
self.interfaces.pwm_core.pwm.borrow().shutdown();
|
||||
self.interfaces.adc_core.shutdown();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue