This commit is contained in:
rusEfi 2018-01-29 14:25:28 -05:00
parent e5d8cf4a05
commit f32c5b18a8
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ static int periodIndex = 0;
static OutputPin testPin;
scheduling_s scheduling;
static int test557[] = {100, 100, 200, 200, 500, 500, 500, 5000};
#define TEST_LEN 8
static int test557[] = {5, 5, 10, 10, 20, 20, 50, 50, 100, 100, 200, 200, 500, 500, 500, 500};
#define TEST_LEN 16
efitimeus_t testTime;