2021-08-03 19:05:01 -07:00
|
|
|
#include "pch.h"
|
2020-09-21 02:02:35 -07:00
|
|
|
|
|
|
|
TEST(hardware, reinit) {
|
2023-05-31 22:31:28 -07:00
|
|
|
EngineTestHelper eth(engine_type_e::FRANKENSO_MIATA_NA6_MAP);
|
2020-09-21 02:02:35 -07:00
|
|
|
|
|
|
|
ButtonDebounce::stopConfigurationList();
|
|
|
|
ButtonDebounce::startConfigurationList();
|
|
|
|
|
|
|
|
ButtonDebounce::stopConfigurationList();
|
|
|
|
ButtonDebounce::startConfigurationList();
|
2020-09-21 05:57:37 -07:00
|
|
|
|
|
|
|
|
2023-05-31 22:31:28 -07:00
|
|
|
resetConfigurationExt(nullptr, engine_type_e::DODGE_NEON_1995);
|
|
|
|
resetConfigurationExt(nullptr, engine_type_e::FRANKENSO_MIATA_NA6_MAP);
|
2020-09-21 02:02:35 -07:00
|
|
|
}
|