From cea5ff700166a24b5da300cf0aa6884164600ed3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Oct 2017 15:35:14 +0200 Subject: score: Add _Watchdog_Nanoseconds_per_tick Move it from the configuration to a separate variable. Update #3117. Update #3182. --- testsuites/sptests/spwatchdog/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites') diff --git a/testsuites/sptests/spwatchdog/init.c b/testsuites/sptests/spwatchdog/init.c index 274def9689..d212fbb37a 100644 --- a/testsuites/sptests/spwatchdog/init.c +++ b/testsuites/sptests/spwatchdog/init.c @@ -59,6 +59,7 @@ static void test_watchdog_static_init( void ) static void test_watchdog_config( void ) { + rtems_test_assert( _Watchdog_Nanoseconds_per_tick == 10000000 ); rtems_test_assert( _Watchdog_Ticks_per_second == 100 ); rtems_test_assert( _Watchdog_Monotonic_max_seconds == 184467440737095516 ); } -- cgit v1.2.3