comparison 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
comparison
equal deleted inserted replaced
151:d0de2d0a426d 152:26472940e5b0
46 #if (VCXO_ALGO == 1) 46 #if (VCXO_ALGO == 1)
47 #include "../../L1/include/l1_ctl.h" 47 #include "../../L1/include/l1_ctl.h"
48 #endif 48 #endif
49 49
50 #if (RF_FAM == 35) 50 #if (RF_FAM == 35)
51 #include "l1_rf35.h" 51 #include "../../L1/cust0/l1_rf35.h"
52 #endif 52 #endif
53 53
54 #if (RF_FAM == 12) 54 #if (RF_FAM == 12)
55 #include "tpudrv12.h" 55 #include "tpudrv12.h"
56 #include "l1_rf12.h" 56 #include "../../L1/cust0/l1_rf12.h"
57 #endif 57 #endif
58 58
59 #if (RF_FAM == 10) 59 #if (RF_FAM == 10)
60 #include "l1_rf10.h" 60 #include "../../L1/cust0/l1_rf10.h"
61 #endif 61 #endif
62 62
63 #if (RF_FAM == 8) 63 #if (RF_FAM == 8)
64 #include "l1_rf8.h" 64 #include "../../L1/cust0/l1_rf8.h"
65 #endif 65 #endif
66 66
67 #if (RF_FAM == 2) 67 #if (RF_FAM == 2)
68 #include "l1_rf2.h" 68 #include "../../L1/cust0/l1_rf2.h"
69 #endif 69 #endif
70 70
71 #if (ABB_SEMAPHORE_PROTECTION) 71 #if (ABB_SEMAPHORE_PROTECTION)
72 72
73 static NU_SEMAPHORE abb_sem; 73 static NU_SEMAPHORE abb_sem;