FreeCalypso > hg > freecalypso-sw
diff gsm-fw/bsp/abb+spi/abb_inline.h @ 149:971e84124a6f
gsm-fw/bsp/abb+spi: preening of header files, first pass
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 16 Nov 2013 19:41:30 +0000 |
| parents | 63750f70796d |
| children | cc0944d35698 |
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/abb_inline.h Sat Nov 16 19:03:37 2013 +0000 +++ b/gsm-fw/bsp/abb+spi/abb_inline.h Sat Nov 16 19:41:30 2013 +0000 @@ -29,15 +29,10 @@ #ifndef __ABB_INLINE_H__ #define __ABB_INLINE_H__ -#include "l1sw.cfg" +#include "../../include/config.h" +#include "../../include/sys_types.h" -#if (OP_L1_STANDALONE == 0) - #include "main/sys_types.h" -#else - #include "sys_types.h" -#endif - -#include "spi/spi_drv.h" +#include "spi_drv.h" // MACROS #define ABB_WRITE_REG(reg, data) { \
