1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 05:58:09 +00:00

fix(core/prodtest): fix expected param numbers for TOUCH_IDLE command

[no changelog]
This commit is contained in:
tychovrahe 2024-08-15 11:44:33 +02:00 committed by TychoVrahe
parent 88cdfb01f3
commit 77eeabf7f5

View File

@ -454,7 +454,7 @@ static void test_touch_custom(const char *args) {
}
static void test_touch_idle(const char *args) {
static const int expected_params = 5;
static const int expected_params = 1;
int num_params = 0;
int params[expected_params];