FreeCalypso > hg > freecalypso-sw
changeset 833:ea87417752f9
gsm-fw/g23m-glue/cst/cst.h: basic preen
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 23 Apr 2015 06:51:13 +0000 |
parents | c14bc60c6c30 |
children | 91ed96b28c7a |
files | gsm-fw/g23m-glue/cst/cst.h |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-glue/cst/cst.h Thu Apr 23 06:45:55 2015 +0000 +++ b/gsm-fw/g23m-glue/cst/cst.h Thu Apr 23 06:51:13 2015 +0000 @@ -13,8 +13,7 @@ #ifndef CST_H #define CST_H -#include "config/swconfig.cfg" -#include "config/chipset.cfg" +#include "../../include/config.h" /*==== TEST =====================================================*/ @@ -141,7 +140,6 @@ GLOBAL void csf_adc_process (T_CST_ADC_IND *adc_results); EXTERN void adc_start (void); EXTERN void power_down_config (UBYTE sleep_mode, USHORT clocks); -GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg); +GLOBAL void csf_aec_enable (USHORT aec_ctrl_reg); #endif // CST_H -