comparison chipsetsw/drivers/drv_app/kpd/kpd_handle_timer.c @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 /**
2 * @file kpd_handle_timer.c
3 *
4 * Coding of the kpd_handle_timer function, which is called when a timer
5 * of the SWE expires.
6 *
7 * @author Laurent Sollier (l-sollier@ti.com)
8 * @version 0.1
9 */
10
11 /*
12 * History:
13 *
14 * Date Author Modification
15 * ----------------------------------------
16 * 10/12/2001 L Sollier Create
17 *
18 *
19 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
20 */
21
22
23 #include "rv/rv_general.h"
24
25
26 /**
27 * @name Functions implementation
28 *
29 */
30 /*@{*/
31
32 /**
33 * function: kpd_handle_timer
34 */
35 T_RV_RET kpd_handle_timer(UINT8 timer_num)
36 {
37 return RV_OK;
38 }
39
40 /*@}*/