comparison gsm-fw/L1/cust0/l1_rf12.c @ 527:a6ff7b513bcf

gsm-fw/L1/cust0: use -I flags in the Makefile to make C code files less ugly
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 21:21:07 +0000
parents 2c9c2b95ddec
children
comparison
equal deleted inserted replaced
526:80ee7eacdaeb 527:a6ff7b513bcf
6 * 6 *
7 * This FreeCalypso version of l1_rf12.c is based on MV100, Leonardo and 7 * This FreeCalypso version of l1_rf12.c is based on MV100, Leonardo and
8 * Openmoko versions as explained in the comments for each struct. 8 * Openmoko versions as explained in the comments for each struct.
9 */ 9 */
10 10
11 #include "../../include/config.h" 11 #include "config.h"
12 #include "../include/l1_confg.h" 12 #include "l1_confg.h"
13 #include "../include/l1_const.h" 13 #include "l1_const.h"
14 #include "../include/l1_types.h" 14 #include "l1_types.h"
15 #include "../../bsp/abb+spi/abb.h" 15 #include "../../bsp/abb+spi/abb.h"
16 #include "l1_rf12.h" 16 #include "l1_rf12.h"
17 17
18 /* 18 /*
19 * The following definition of T_RF rf comes from mv100/l1_rf12.c. 19 * The following definition of T_RF rf comes from mv100/l1_rf12.c.