X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer.c;h=c1f161454f7deea37dc1d429f487c7b7408eabc7;hb=4fdd9c132af71b1dd84aef5ddb47cd54d4b964a1;hp=e0208b8843675763eee70025a7cdbf850451c568;hpb=680ecaecd7ed77d044fbf333ce97e533b04bbfa3;p=bertos.git diff --git a/drv/timer.c b/drv/timer.c index e0208b88..c1f16145 100755 --- a/drv/timer.c +++ b/drv/timer.c @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.24 2005/04/11 19:10:28 bernie + *#* Include top-level headers from cfg/ subdir. + *#* *#* Revision 1.23 2004/12/13 12:07:06 bernie *#* DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE. *#* @@ -83,11 +86,11 @@ *#*/ #include "timer.h" -#include +#include #include #include CPU_HEADER(timer) -#include -#include +#include +#include /* * Sanity check for config parameters required by this module.