FreeCalypso > hg > freecalypso-sw
diff gsm-fw/bsp/abb+spi/abb.c @ 152:26472940e5b0
l1_rf<N>.h headers preened
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 04:59:55 +0000 |
parents | d0de2d0a426d |
children | 47754cdb6248 |
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/abb.c Sun Nov 17 04:50:45 2013 +0000 +++ b/gsm-fw/bsp/abb+spi/abb.c Sun Nov 17 04:59:55 2013 +0000 @@ -48,24 +48,24 @@ #endif #if (RF_FAM == 35) - #include "l1_rf35.h" + #include "../../L1/cust0/l1_rf35.h" #endif #if (RF_FAM == 12) #include "tpudrv12.h" - #include "l1_rf12.h" + #include "../../L1/cust0/l1_rf12.h" #endif #if (RF_FAM == 10) - #include "l1_rf10.h" + #include "../../L1/cust0/l1_rf10.h" #endif #if (RF_FAM == 8) - #include "l1_rf8.h" + #include "../../L1/cust0/l1_rf8.h" #endif #if (RF_FAM == 2) - #include "l1_rf2.h" + #include "../../L1/cust0/l1_rf2.h" #endif #if (ABB_SEMAPHORE_PROTECTION)