From 3ade2211de94c19f78ec559ab895ecfc87faf717 Mon Sep 17 00:00:00 2001 From: Benjamin Walsh Date: Tue, 1 Sep 2015 11:29:22 -0400 Subject: [PATCH] test_timer: remove lingering mentions of 'node' in API names Change-Id: I9d6e64470e0c7128a620d8af3d0c813a63964860 Signed-off-by: Benjamin Walsh --- samples/nanokernel/test/test_timer/src/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/nanokernel/test/test_timer/src/README b/samples/nanokernel/test/test_timer/src/README index 88e3cab774c..562ee67f022 100644 --- a/samples/nanokernel/test/test_timer/src/README +++ b/samples/nanokernel/test/test_timer/src/README @@ -17,10 +17,10 @@ Timer Expiry Case 2: Timer has not expired Case 3: Wait for a timer to expire -Expired timers can use the nano_tick_get_32() and nano_node_tick_delta() routines +Expired timers can use the nano_tick_get_32() and nano_tick_delta() routines to check the results against the timer routines. -This test set does not yet test/verify nano_node_cycle_get_32()--that must still be +This test set does not yet test/verify nano_cycle_get_32()--that must still be done. APIs tested in this test set @@ -39,4 +39,4 @@ nano_task_timer_wait -------------------------------- nanoTimeInit (implicitly done) nano_tick_get_32 -nano_node_tick_delta +nano_tick_delta