Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / buzzerled.c
index 1a22cf0852a89beb5dae6d906ef8a58b1a17585e..9648ef67c976b4a58cc0c90aa5e4e92a50018a05 100644 (file)
 
 #include "buzzerled.h"
 
-#include <appconfig.h>
-#include <drv/timer.h>
-
 #warning FIXME:This drive is obsolete, you must refactor it.
 
 #if 0
+#include <cfg/cfg_buzzerled.h>
+#include <drv/timer.h>
+
 static struct Timer timers[CONFIG_NUM_BLDS];
 static bool timer_go[CONFIG_NUM_BLDS];