2020-09-21 02:02:35 -07:00
|
|
|
|
|
|
|
|
|
|
|
#include "engine_test_helper.h"
|
|
|
|
|
|
|
|
TEST(hardware, reinit) {
|
|
|
|
WITH_ENGINE_TEST_HELPER(MIATA_NA6_MAP);
|
|
|
|
|
|
|
|
ButtonDebounce::stopConfigurationList();
|
|
|
|
ButtonDebounce::startConfigurationList();
|
|
|
|
|
|
|
|
ButtonDebounce::stopConfigurationList();
|
|
|
|
ButtonDebounce::startConfigurationList();
|
2020-09-21 05:57:37 -07:00
|
|
|
|
|
|
|
|
2021-04-21 11:28:48 -07:00
|
|
|
resetConfigurationExt(nullptr, DODGE_NEON_1995 PASS_ENGINE_PARAMETER_SUFFIX);
|
|
|
|
resetConfigurationExt(nullptr, MIATA_NA6_MAP PASS_ENGINE_PARAMETER_SUFFIX);
|
2020-09-21 02:02:35 -07:00
|
|
|
}
|