Revision 53710ca3 os/core/src/aos_timer.c

View differences:

os/core/src/aos_timer.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_timer.c
21
 * @brief   Timer code.
22
 * @details Implementation of aos_timer_t and aos_periodictimer_t functions.
23
 *
24
 * @addtogroup aos_timers
25
 * @{
26
 */
27

  
19 28
#include <aos_timer.h>
20 29

  
21 30
#include <aos_system.h>
......
283 292

  
284 293
  return;
285 294
}
295

  
296
/** @} */

Also available in: Unified diff