Update preset.
[bertos.git] / bertos / drv / buzzerled.c
index 9648ef67c976b4a58cc0c90aa5e4e92a50018a05..5135cf00f29b0c2992792684ac280ecc73c91f67 100644 (file)
@@ -45,7 +45,6 @@
  *    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>
  */
@@ -55,7 +54,7 @@
 #warning FIXME:This drive is obsolete, you must refactor it.
 
 #if 0
-#include <cfg/cfg_buzzerled.h>
+#include "cfg/cfg_buzzerled.h"
 #include <drv/timer.h>
 
 static struct Timer timers[CONFIG_NUM_BLDS];