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/SPC5/NIL-SPC560D-EVB/main.c | 2 +- demos/SPC5/RT-SPC560B-EVB/main.c | 2 +- demos/SPC5/RT-SPC560D-EVB/main.c | 2 +- demos/SPC5/RT-SPC560P-EVB/main.c | 2 +- demos/SPC5/RT-SPC563M-EVB/main.c | 2 +- demos/SPC5/RT-SPC564A-EVB/main.c | 2 +- demos/SPC5/RT-SPC56EC-EVB/main.c | 2 +- demos/SPC5/RT-SPC56EL-EVB/main.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'demos/SPC5') 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); } } diff --git a/demos/SPC5/RT-SPC560B-EVB/main.c b/demos/SPC5/RT-SPC560B-EVB/main.c index 15cc43f32..73848f73f 100644 --- a/demos/SPC5/RT-SPC560B-EVB/main.c +++ b/demos/SPC5/RT-SPC560B-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC560D-EVB/main.c b/demos/SPC5/RT-SPC560D-EVB/main.c index 15cc43f32..73848f73f 100644 --- a/demos/SPC5/RT-SPC560D-EVB/main.c +++ b/demos/SPC5/RT-SPC560D-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC560P-EVB/main.c b/demos/SPC5/RT-SPC560P-EVB/main.c index bef7114c6..eb07ade01 100644 --- a/demos/SPC5/RT-SPC560P-EVB/main.c +++ b/demos/SPC5/RT-SPC560P-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC563M-EVB/main.c b/demos/SPC5/RT-SPC563M-EVB/main.c index afb9bcac1..281aba778 100644 --- a/demos/SPC5/RT-SPC563M-EVB/main.c +++ b/demos/SPC5/RT-SPC563M-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC564A-EVB/main.c b/demos/SPC5/RT-SPC564A-EVB/main.c index afb9bcac1..281aba778 100644 --- a/demos/SPC5/RT-SPC564A-EVB/main.c +++ b/demos/SPC5/RT-SPC564A-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC56EC-EVB/main.c b/demos/SPC5/RT-SPC56EC-EVB/main.c index 15cc43f32..73848f73f 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/main.c +++ b/demos/SPC5/RT-SPC56EC-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" diff --git a/demos/SPC5/RT-SPC56EL-EVB/main.c b/demos/SPC5/RT-SPC56EL-EVB/main.c index bef7114c6..eb07ade01 100644 --- a/demos/SPC5/RT-SPC56EL-EVB/main.c +++ b/demos/SPC5/RT-SPC56EL-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "rt_test_root.h" #include "shell.h" #include "chprintf.h" -- cgit v1.2.3