# HG changeset patch # User Space Falcon # Date 1429771873 0 # Node ID ea87417752f93ea47778ddc47ab4e47334824b02 # Parent c14bc60c6c30666697cacd5872bf29902c596508 gsm-fw/g23m-glue/cst/cst.h: basic preen diff -r c14bc60c6c30 -r ea87417752f9 gsm-fw/g23m-glue/cst/cst.h --- 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 -