From ca77bbc7bacdecf04d3f45c3e108bd8984832ea0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Oct 2017 20:44:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10839 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/NIL-SPC560D-EVB/main.c | 2 +- demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c | 4 ++-- demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c | 4 ++-- demos/STM32/NIL-STM32F051-DISCOVERY/main.c | 2 +- demos/STM32/NIL-STM32F303-DISCOVERY/main.c | 2 +- demos/STM32/NIL-STM32F746G-DISCOVERY/main.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'demos') diff --git a/demos/SPC5/NIL-SPC560D-EVB/main.c b/demos/SPC5/NIL-SPC560D-EVB/main.c index c8c00c95e..0421ddab0 100644 --- a/demos/SPC5/NIL-SPC560D-EVB/main.c +++ b/demos/SPC5/NIL-SPC560D-EVB/main.c @@ -16,7 +16,7 @@ #include "ch.h" #include "hal.h" -#include "ch_test.h" +#include "nil_test_root.h" /* * LEDs blinker thread, times are in milliseconds. diff --git a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c index 92b02883b..408e5957f 100644 --- a/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c +++ b/demos/STM32/NASA-OSAL-STM32F407-DISCOVERY/main.c @@ -15,7 +15,7 @@ */ #include "hal.h" -#include "ch_test.h" +#include "nasa_osal_test_root.h" #include "osapi.h" /* @@ -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, &rt_test_suite); + test_execute((BaseSequentialStream *)&SD2, &nasa_osal_test_suite); OS_TaskDelay(500); } } diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c index 00f820843..4033e51c9 100644 --- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/main.c @@ -15,7 +15,7 @@ */ #include "hal.h" -#include "ch_test.h" +#include "nasa_osal_test_root.h" #include "osapi.h" /* @@ -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, &rt_test_suite); + test_execute((BaseSequentialStream *)&SD1, &nasa_osal_test_suite); OS_TaskDelay(500); } } diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c index 6b42af33d..b6cb5b30d 100644 --- a/demos/STM32/NIL-STM32F051-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F051-DISCOVERY/main.c @@ -16,7 +16,7 @@ #include "hal.h" #include "ch.h" -#include "ch_test.h" +#include "nil_test_root.h" /* * Thread 1. diff --git a/demos/STM32/NIL-STM32F303-DISCOVERY/main.c b/demos/STM32/NIL-STM32F303-DISCOVERY/main.c index 228a9f4ae..5d728ed6b 100644 --- a/demos/STM32/NIL-STM32F303-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F303-DISCOVERY/main.c @@ -16,7 +16,7 @@ #include "hal.h" #include "ch.h" -#include "ch_test.h" +#include "nil_test_root.h" /* * Blinker thread #1. diff --git a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c index 13c07901c..5c6552163 100644 --- a/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/NIL-STM32F746G-DISCOVERY/main.c @@ -16,7 +16,7 @@ #include "hal.h" #include "ch.h" -#include "ch_test.h" +#include "nil_test_root.h" /* * Blinker thread #1. -- cgit v1.2.3