diff options
Diffstat (limited to 'demos/SPC5/NIL-SPC560D-EVB')
-rw-r--r-- | demos/SPC5/NIL-SPC560D-EVB/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/NIL-SPC560D-EVB/main.c b/demos/SPC5/NIL-SPC560D-EVB/main.c index 45aa46a66..c8c00c95e 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/main.c +++ b/demos/SPC5/NIL-SPC560D-EVB/main.c @@ -110,7 +110,7 @@ THD_FUNCTION(Thread2, arg) { /* Waiting for button push and activation of the test suite.*/
while (true) {
if (palReadPad(PORT_E, PE_BUTTON1))
- test_execute((BaseSequentialStream *)&SD1);
+ test_execute((BaseSequentialStream *)&SD1, &rt_test_suite);
chThdSleepMilliseconds(500);
}
}
|