comparison gsm-fw/sysglue/appinit.c @ 158:97b671efff9c

gsm-fw: SPI SWE enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 09:44:38 +0000
parents afceeeb2cba1
children aa4ba71a1032
comparison
equal deleted inserted replaced
157:e48ea5875df7 158:97b671efff9c
12 /* 12 /*
13 * The original version calls Init_Drivers() at this point, 13 * The original version calls Init_Drivers() at this point,
14 * but that function is nothing more than a short sequence 14 * but that function is nothing more than a short sequence
15 * of calls to other functions, so I've inlined it. 15 * of calls to other functions, so I've inlined it.
16 */ 16 */
17 ABB_Sem_Create();
17 #if 0 18 #if 0
18 ABB_Sem_Create();
19 ffs_main_init(); 19 ffs_main_init();
20 #endif 20 #endif
21 rvf_init(); 21 rvf_init();
22 rvm_init(); 22 rvm_init();
23 create_tasks(); 23 create_tasks();