unit test for start/stop hardware and pin repository #1811

This commit is contained in:
rusefi 2020-09-21 08:57:37 -04:00
parent c957541cf4
commit 77f15256b6
1 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,8 @@ TEST(hardware, reinit) {
ButtonDebounce::stopConfigurationList();
ButtonDebounce::startConfigurationList();
// resetConfigurationExt(nullptr, nullptr, ROVER_V8 PASS_ENGINE_PARAMETER_SUFFIX);
// resetConfigurationExt(nullptr, nullptr, MIATA_NA6_MAP PASS_ENGINE_PARAMETER_SUFFIX);
}