Add boilerplate for hw peripherals.
[bertos.git] / bertos / drv / buzzerled.h
index 9c0949a755ef5329d891091865a03b516467e946..a9f0b00027bfb67dd0f24bda2444fd8e27ab76eb 100644 (file)
@@ -43,6 +43,9 @@
 
 #include <cpu/attr.h>
 
+#warning FIXME:This drive is obsolete, you must refactor it.
+
+#if 0
 /** Include hw_buzzerled.h. We expect hw_buzzerled.h to define enum BLD_DEVICE, which must contain
  *  an enumarator for each device, plus a special symbol NUM_BLDS containing the
  *  number of devices.
@@ -91,4 +94,6 @@ void bld_beep(enum BLD_DEVICE device, uint16_t duration);
  */
 void bld_beep_and_wait(enum BLD_DEVICE device, uint16_t duration);
 
+#endif
+
 #endif /* DRV_BUZZERLED_H */