X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fbuzzerled.h;h=8eda4033abedbe61ede56ae1b4e6fdfd969942f3;hb=00a56e3c9af3422795c598fda5e9e6ff74ca6b48;hp=a9f0b00027bfb67dd0f24bda2444fd8e27ab76eb;hpb=6f7f176f2b56cd697eb3743f1bef4855317690c1;p=bertos.git diff --git a/bertos/drv/buzzerled.h b/bertos/drv/buzzerled.h index a9f0b000..8eda4033 100644 --- a/bertos/drv/buzzerled.h +++ b/bertos/drv/buzzerled.h @@ -33,7 +33,6 @@ * * \brief Generic library to handle buzzers and leds * - * \version $Id$ * * \author Giovanni Bajo */ @@ -43,14 +42,12 @@ #include -#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. */ -#include +#include "hw/hw_buzzerled.h" /* Include hw-level implementation. This allows inlining of bld_set, which in turns