changeset 584:d42078e35ac9

tpudrv12.c compiles!
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 15 Aug 2014 21:57:14 +0000
parents ff1065828669
children 083e71ff5603
files gsm-fw/L1/tpudrv/Makefile gsm-fw/L1/tpudrv/tpudrv12.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 21:49:39 2014 +0000
+++ b/gsm-fw/L1/tpudrv/Makefile	Fri Aug 15 21:57:14 2014 +0000
@@ -4,7 +4,7 @@
 CFLAGS=	-O2 -fno-builtin -mthumb-interwork
 LD=	arm-elf-ld
 
-OBJS=	tpudrv.o
+OBJS=	tpudrv.o tpudrv12.o
 
 all:	${OBJS}
 
--- a/gsm-fw/L1/tpudrv/tpudrv12.c	Fri Aug 15 21:49:39 2014 +0000
+++ b/gsm-fw/L1/tpudrv/tpudrv12.c	Fri Aug 15 21:57:14 2014 +0000
@@ -19,6 +19,7 @@
 #define TPUDRV12_C
 
 #include "config.h"
+#include "sys_types.h"
 #include "l1_confg.h"
 
 #include "l1_macro.h"
@@ -54,8 +55,6 @@
 #include "tpudrv12.h"
 #include "l1_rf12.h"
 
-#include "sys_types.h"
-
 #include "../../bsp/mem.h"
 #include "../../bsp/armio.h"
 #include "../../bsp/clkm.h"