mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-07 13:12:41 +00:00
fix(core/prodtest): fix expected param numbers for TOUCH_IDLE command
[no changelog]
This commit is contained in:
parent
88cdfb01f3
commit
77eeabf7f5
@ -454,7 +454,7 @@ static void test_touch_custom(const char *args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void test_touch_idle(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 num_params = 0;
|
||||||
|
|
||||||
int params[expected_params];
|
int params[expected_params];
|
||||||
|
Loading…
Reference in New Issue
Block a user