From a4b5f16690659eb74f83392cc336038c00c36fd1 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 4 Nov 2017 10:46:21 +0000 Subject: AVR: Add the os lib test suite part to the AVR Mega demo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10933 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/RT-ARDUINO-MEGA/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos') diff --git a/demos/AVR/RT-ARDUINO-MEGA/main.c b/demos/AVR/RT-ARDUINO-MEGA/main.c index 7cd6b98c5..8380124b7 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/main.c +++ b/demos/AVR/RT-ARDUINO-MEGA/main.c @@ -58,6 +58,8 @@ int main(void) { chThdCreateStatic(waThread1, sizeof(waThread1), NORMALPRIO, Thread1, NULL); test_execute((BaseSequentialStream *)&SD1, &rt_test_suite); + test_execute((BaseSequentialStream *)&SD1, &oslib_test_suite); + while(TRUE) { chThdSleepMilliseconds(1000); } -- cgit v1.2.3