fix: disable input integrity benchmark by default
Some checks failed
Code quality / check (pull_request) Failing after 1m35s
Some checks failed
Code quality / check (pull_request) Failing after 1m35s
This commit is contained in:
parent
aa91c7f109
commit
3dac2639a6
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ fn main() -> ! {
|
||||||
spawner
|
spawner
|
||||||
.spawn(rumble_task(p.PIN_25, p.PIN_29, p.PWM_CH4, p.PWM_CH6))
|
.spawn(rumble_task(p.PIN_25, p.PIN_29, p.PWM_CH4, p.PWM_CH6))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
spawner.spawn(input_integrity_benchmark()).unwrap();
|
// spawner.spawn(input_integrity_benchmark()).unwrap();
|
||||||
spawner
|
spawner
|
||||||
.spawn(update_button_state_task(
|
.spawn(update_button_state_task(
|
||||||
Input::new(AnyPin::from(p.PIN_20), gpio::Pull::Up),
|
Input::new(AnyPin::from(p.PIN_20), gpio::Pull::Up),
|
||||||
|
|
Loading…
Reference in a new issue