trac#29: Cleanup timer on demo exit
[bertos.git] / bertos / drv / buzzerled.c
index 1a22cf0852a89beb5dae6d906ef8a58b1a17585e..000e7c984c717a7e657b04c5afe2751e72d734c2 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];