Fix reference to README.devlib in header.
[bertos.git] / drv / buzzerled_dsp56k.h
index e2a01de1836a365e931fb3131ea03466e3f212d7..f1b0ba27eef0ce84fac97e9a6eb8262ae9f6c90e 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2004 Giovanni Bajo
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \brief Hardware support for buzzers and leds in DSP56K-based boards
 
 /*#*
  *#* $Log$
+ *#* Revision 1.6  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
+ *#* Revision 1.5  2005/04/11 19:10:27  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.4  2004/11/16 21:54:43  bernie
  *#* Changes for SC Monoboard support.
  *#*
@@ -32,7 +38,7 @@
 #ifndef DRV_BUZZERLED_DSP56K_H
 #define DRV_BUZZERLED_DSP56K_H
 
-#include <compiler.h>
+#include <cfg/compiler.h>
 #include <hw.h>
 #include "pwm.h"