diff options
Diffstat (limited to 'demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c index 4643ab241..92b02883b 100644 --- a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c +++ b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c @@ -66,7 +66,7 @@ int main(void) { waiting for a button event, then the test suite is executed.*/
while (true) {
if (palReadLine(LINE_BUTTON))
- test_execute((BaseSequentialStream *)&SD2);
+ test_execute((BaseSequentialStream *)&SD2, &rt_test_suite);
OS_TaskDelay(500);
}
}
|