From 94236f4be7a040aaae3cd6c34cf35870e8008ca4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Oct 2017 20:41:12 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c') diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c index 7ba2451d8..00f820843 100644 --- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c @@ -67,7 +67,7 @@ int main(void) { waiting for a button event, then the test suite is executed.*/ while (true) { if (palReadLine(LINE_BUTTON_USER)) - test_execute((BaseSequentialStream *)&SD1); + test_execute((BaseSequentialStream *)&SD1, &rt_test_suite); OS_TaskDelay(500); } } -- cgit v1.2.3