unit test for start/stop hardware and pin repository #1811
This commit is contained in:
parent
4fccd51722
commit
0b301fb454
|
@ -10,4 +10,8 @@ TEST(hardware, reinit) {
|
||||||
|
|
||||||
ButtonDebounce::stopConfigurationList();
|
ButtonDebounce::stopConfigurationList();
|
||||||
ButtonDebounce::startConfigurationList();
|
ButtonDebounce::startConfigurationList();
|
||||||
|
|
||||||
|
|
||||||
|
// resetConfigurationExt(nullptr, nullptr, ROVER_V8 PASS_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
// resetConfigurationExt(nullptr, nullptr, MIATA_NA6_MAP PASS_ENGINE_PARAMETER_SUFFIX);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue