Update preset.
[bertos.git] / bertos / drv / buzzerled.c
index 1a22cf0852a89beb5dae6d906ef8a58b1a17585e..5135cf00f29b0c2992792684ac280ecc73c91f67 100644 (file)
  *    many different ways (many different pins), so this part should describe
  *    which devices are present, and how they are connected.
  *
- * \version $Id$
  *
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
 #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];