comparison src/ui3/mfw/mfw_cb.c @ 445:399f3a5a5450

src/ui3/mfw/mfw_cb.c: fix for !GPRS
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Jan 2018 05:45:26 +0000
parents 40afa09e73cf
children
comparison
equal deleted inserted replaced
444:9b58d5a84a44 445:399f3a5a5450
413 #if (defined(FF_2TO1_PS) || (BOARD == 61)) 413 #if (defined(FF_2TO1_PS) || (BOARD == 61))
414 #define GPRS TI_GPRS 414 #define GPRS TI_GPRS
415 #endif 415 #endif
416 // END ADDITION BY RAVI - 7-10-2005 416 // END ADDITION BY RAVI - 7-10-2005
417 417
418 #ifdef GPRS /* kgt 12-05-2001 */
419
420 // ADDED BY RAVI - 7-10-2005
421 #if (defined(FF_2TO1_PS) || (BOARD == 61))
422 #include "aci_cmh.h"
423 #include "aci_all.h"
424 #include "ati_cmd.h"
425 #include "aci_cmd.h"
426 #include "aci.h"
427 #include "dti_conn_mng.h"
428 #include "dti_cntrl_mng.h"
429 #include "gaci.h" /* include types declared in GACI */
430 #endif
431 // END ADDITION - RAVI - 7-10-2005
432
433 #include "aci_all.h" 418 #include "aci_all.h"
434 #include "aci_cmh.h" /* include types declared in ACI */ 419 #include "aci_cmh.h" /* include types declared in ACI */
435 #include "ati_cmd.h" 420 #include "ati_cmd.h"
436 #include "aci_cmd.h" 421 #include "aci_cmd.h"
437 #include "aci.h" 422 #include "aci.h"
438 #include "dti_conn_mng.h" 423 #include "dti_conn_mng.h"
439 #include "dti_cntrl_mng.h" 424 #include "dti_cntrl_mng.h"
425
426 #ifdef GPRS /* kgt 12-05-2001 */
427
440 #include "gaci.h" /* include types declared in GACI */ 428 #include "gaci.h" /* include types declared in GACI */
441 /*#include "gaci_cmh.h" include types declared in GACI */ 429 /*#include "gaci_cmh.h" include types declared in GACI */
442 #include "mfw_gprs.h" 430 #include "mfw_gprs.h"
443 #endif /* GPRS */ 431 #endif /* GPRS */
444 432