timer_setSoftInt(): rename from timer_set_event_softint().
[bertos.git] / bertos / drv / buzzerled.h
index 14fab03088d18074dd92a48da10d19266c814096..4d174904bb2ab67a0f0138914e20599c8b5e8634 100644 (file)
 
 #include <cpu/attr.h>
 
-/** Include hw.h. We expect hw.h to define enum BLD_DEVICE, which must contain
+#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.
  */
-#include <hw.h>
+#include "hw/hw_buzzerled.h"
 
 
 /* Include hw-level implementation. This allows inlining of bld_set, which in turns
@@ -91,4 +92,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 */