comparison gsm-fw/bsp/rtc/rtc_functions.c @ 160:dbfc9ff4e8d2

gsm-fw: starting to compile RTC code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 22:52:52 +0000
parents 3c42e6e5fc04
children 98be4841eeb7
comparison
equal deleted inserted replaced
159:3c42e6e5fc04 160:dbfc9ff4e8d2
1 /************************************************************************************/ 1 /******************************************************************************/
2 /* rtc_functions.c : contains low level function for the rtc */ 2 /* rtc_functions.c : contains low level function for the rtc */
3 /* */ 3 /* */
4 /* */ 4 /* */
5 /* Author: Laurent Sollier */ 5 /* Author: Laurent Sollier */
6 /* */ 6 /* */
7 /* version: 1.0 */ 7 /* version: 1.0 */
8 /* */ 8 /* */
9 /* Date: 03/20/01 */ 9 /* Date: 03/20/01 */
10 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ 10 /******************************************************************************/
11 /************************************************************************************/
12 11
13 #ifndef _WINDOWS 12 #ifndef _WINDOWS
14 #include "l1sw.cfg" 13 #include "l1sw.cfg"
15 #include "chipset.cfg" 14 #include "chipset.cfg"
16 #endif 15 #endif