FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/cust0/l1_cust.c @ 541:9c91a1f670bd
gsm-fw/L1/cust0 compiles!
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Aug 2014 04:22:36 +0000 |
parents | 1affe428bf72 |
children | 9dd6ca16f13d |
comparison
equal
deleted
inserted
replaced
540:99e44a92274c | 541:9c91a1f670bd |
---|---|
125 extern UWORD16 abb[ABB_TABLE_SIZE]; | 125 extern UWORD16 abb[ABB_TABLE_SIZE]; |
126 extern UWORD16 AGC_TABLE[AGC_TABLE_SIZE]; | 126 extern UWORD16 AGC_TABLE[AGC_TABLE_SIZE]; |
127 extern T_ADC adc; | 127 extern T_ADC adc; |
128 extern T_ADCCAL adc_cal; | 128 extern T_ADCCAL adc_cal; |
129 extern T_TEMP temperature[TEMP_TABLE_SIZE]; | 129 extern T_TEMP temperature[TEMP_TABLE_SIZE]; |
130 | |
131 /* FreeCalypso configuration */ | |
132 #define DWNLD PATCH_DWNLD | |
133 #define STD DUALEXT | |
130 | 134 |
131 // Nucleus functions | 135 // Nucleus functions |
132 extern INT TMD_Timer_State; | 136 extern INT TMD_Timer_State; |
133 extern UWORD32 TMD_Timer; // for big sleep | 137 extern UWORD32 TMD_Timer; // for big sleep |
134 extern UWORD32 TCD_Priority_Groups; | 138 extern UWORD32 TCD_Priority_Groups; |