Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / timer.c
index 4ddf06057503ff1370c59a7907810566a898a780..ca0605a792f8f9d92624ff403809943dabbca984 100644 (file)
@@ -41,6 +41,7 @@
 
 #include <cfg/cfg_timer.h>
 #include <cfg/cfg_wdt.h>
+#include <cfg/cfg_kern.h>
 #include <cfg/os.h>
 #include <cfg/debug.h>
 #include <cfg/module.h>
@@ -74,7 +75,6 @@
 #endif
 
 #if CONFIG_KERNEL
-       #include <config_kern.h>
        #if CONFIG_KERN_PREEMPTIVE
                #include <hw/switch.h>
        #endif