# HG changeset patch # User Space Falcon # Date 1429990178 0 # Node ID 5ab66dadefdd4391419f530ef98a251794f8dd05 # Parent a963ff26848a335375e294fddbdc93c7fc1a21ff gdi: power.c compiles diff -r a963ff26848a -r 5ab66dadefdd gsm-fw/g23m-glue/gdi/Makefile --- a/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:27:04 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/Makefile Sat Apr 25 19:29:38 2015 +0000 @@ -6,7 +6,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= audio.o ffs_coat.o +OBJS= audio.o ffs_coat.o power.o all: libgdi.a diff -r a963ff26848a -r 5ab66dadefdd gsm-fw/g23m-glue/gdi/power.c --- a/gsm-fw/g23m-glue/gdi/power.c Sat Apr 25 19:27:04 2015 +0000 +++ b/gsm-fw/g23m-glue/gdi/power.c Sat Apr 25 19:29:38 2015 +0000 @@ -31,6 +31,10 @@ #define DRV_PWR_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + /*==== INCLUDES ===================================================*/ #if defined (NEW_FRAME) @@ -347,13 +351,10 @@ #if !defined (WIN32) /* power-off the board / HW */ - AI_Power(0); + ABB_Power_Off(); //#endif /* _TARGET_ */ #endif /* _TMS470 */ return 1; } - - -