comparison src/g23m-aci/aci/cmh_sss.c @ 477:f65a4399093d

hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 14 Jun 2018 03:04:53 +0000
parents 53929b40109c
children
comparison
equal deleted inserted replaced
476:43853399dbee 477:f65a4399093d
95 95
96 96
97 /*==== EXPORT =====================================================*/ 97 /*==== EXPORT =====================================================*/
98 98
99 /*==== VARIABLES ==================================================*/ 99 /*==== VARIABLES ==================================================*/
100 #ifdef TI_PS_FF_AT_P_CMD_CUSCFG 100 #ifdef TI_PS_FF_AT_P_CMD_CUSDR
101 EXTERN T_ACI_CUSCFG_PARAMS cuscfgParams; 101 EXTERN T_ACI_CUSCFG_PARAMS cuscfgParams;
102 #endif 102 #endif
103 GLOBAL SHORT Ext_USSD_Res_Pending_sId; 103 GLOBAL SHORT Ext_USSD_Res_Pending_sId;
104 GLOBAL T_CUSDR_EXT_USSD_RES Ext_USSD_Res_Pending = CUSDR_EXT_USSD_RES_Not_Pending; 104 GLOBAL T_CUSDR_EXT_USSD_RES Ext_USSD_Res_Pending = CUSDR_EXT_USSD_RES_Not_Pending;
105 105