FreeCalypso > hg > fc-magnetite
changeset 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 | 9b58d5a84a44 |
children | bed6d393f3e0 |
files | src/ui3/mfw/mfw_cb.c |
diffstat | 1 files changed, 3 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui3/mfw/mfw_cb.c Mon Jan 22 05:34:30 2018 +0000 +++ b/src/ui3/mfw/mfw_cb.c Mon Jan 22 05:45:26 2018 +0000 @@ -415,21 +415,6 @@ #endif // END ADDITION BY RAVI - 7-10-2005 -#ifdef GPRS /* kgt 12-05-2001 */ - -// ADDED BY RAVI - 7-10-2005 -#if (defined(FF_2TO1_PS) || (BOARD == 61)) -#include "aci_cmh.h" -#include "aci_all.h" -#include "ati_cmd.h" -#include "aci_cmd.h" -#include "aci.h" -#include "dti_conn_mng.h" -#include "dti_cntrl_mng.h" -#include "gaci.h" /* include types declared in GACI */ -#endif -// END ADDITION - RAVI - 7-10-2005 - #include "aci_all.h" #include "aci_cmh.h" /* include types declared in ACI */ #include "ati_cmd.h" @@ -437,6 +422,9 @@ #include "aci.h" #include "dti_conn_mng.h" #include "dti_cntrl_mng.h" + +#ifdef GPRS /* kgt 12-05-2001 */ + #include "gaci.h" /* include types declared in GACI */ /*#include "gaci_cmh.h" include types declared in GACI */ #include "mfw_gprs.h"