comparison gsm-fw/L1/cfile/l1_pwmgr.c @ 567:528fa901ae79

L1: l1_pwmgr.c compiles with stripped-down version of l1_pwmgr.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 08 Aug 2014 07:35:35 +0000
parents 065bf2b63a95
children
comparison
equal deleted inserted replaced
566:065bf2b63a95 567:528fa901ae79
208 #include "l1_msgty.h" 208 #include "l1_msgty.h"
209 #include "l1_proto.h" 209 #include "l1_proto.h"
210 #include "l1_trace.h" 210 #include "l1_trace.h"
211 #include "../../bsp/timer.h" 211 #include "../../bsp/timer.h"
212 212
213 #include "l1_pwmgr.h"
213 214
214 #if (CHIPSET == 12) || (CHIPSET == 15) 215 #if (CHIPSET == 12) || (CHIPSET == 15)
215 #include "timer/timer_sec.h" 216 #include "timer/timer_sec.h"
216 #include "inth/sys_inth.h" 217 #include "inth/sys_inth.h"
217 218