test_timer: Make file header doxygen compliant
Change-Id: I9a4eda052b096faec9382680f423655f4f3f45db Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
0032dbe8ad
commit
6ef5761b69
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
/* timer.c - test nanokernel timer APIs */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2012-2015 Wind River Systems, Inc.
|
||||
*
|
||||
|
@ -17,12 +15,14 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
DESCRIPTION
|
||||
This module tests the following timer related routines:
|
||||
nano_timer_init(), nano_fiber_timer_start(), nano_fiber_timer_stop(),
|
||||
nano_fiber_timer_test(), nano_fiber_timer_wait(), nano_task_timer_start(),
|
||||
nano_task_timer_stop(), nano_task_timer_test(), nano_task_timer_wait(),
|
||||
sys_tick_get_32(), sys_cycle_get_32(), sys_tick_delta()
|
||||
* @file
|
||||
* @brief Test nanokernel timer APIs
|
||||
*
|
||||
* This module tests the following timer related routines:
|
||||
* nano_timer_init(), nano_fiber_timer_start(), nano_fiber_timer_stop(),
|
||||
* nano_fiber_timer_test(), nano_fiber_timer_wait(), nano_task_timer_start(),
|
||||
* nano_task_timer_stop(), nano_task_timer_test(), nano_task_timer_wait(),
|
||||
* sys_tick_get_32(), sys_cycle_get_32(), sys_tick_delta()
|
||||
*/
|
||||
|
||||
#include <tc_util.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue