2021-08-03 19:05:01 -07:00
|
|
|
#include "pch.h"
|
2020-09-21 02:02:35 -07:00
|
|
|
|
|
|
|
TEST(hardware, reinit) {
|
2021-10-24 08:40:47 -07:00
|
|
|
WITH_ENGINE_TEST_HELPER(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
|
|
|
|
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
resetConfigurationExt(nullptr, DODGE_NEON_1995);
|
|
|
|
resetConfigurationExt(nullptr, FRANKENSO_MIATA_NA6_MAP);
|
2020-09-21 02:02:35 -07:00
|
|
|
}
|