test_timer: remove lingering mentions of 'node' in API names
Change-Id: I9d6e64470e0c7128a620d8af3d0c813a63964860 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
0f5607a211
commit
3ade2211de
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user