X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fbuzzerled.h;h=a9f0b00027bfb67dd0f24bda2444fd8e27ab76eb;hb=107743ef422de7a4c926a20ff87eee1515eb1987;hp=9c0949a755ef5329d891091865a03b516467e946;hpb=21985ab49e48c3f117b4ec481a65a037bd782721;p=bertos.git diff --git a/bertos/drv/buzzerled.h b/bertos/drv/buzzerled.h index 9c0949a7..a9f0b000 100644 --- a/bertos/drv/buzzerled.h +++ b/bertos/drv/buzzerled.h @@ -43,6 +43,9 @@ #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. @@ -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 */