X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fbuzzerled.c;h=1a22cf0852a89beb5dae6d906ef8a58b1a17585e;hb=832d19fcad21baf01d187ca81cebf0f67c7020d2;hp=9e82598f970f41186cff70aa17bd20f6270d2e69;hpb=21985ab49e48c3f117b4ec481a65a037bd782721;p=bertos.git diff --git a/bertos/drv/buzzerled.c b/bertos/drv/buzzerled.c index 9e82598f..1a22cf08 100644 --- a/bertos/drv/buzzerled.c +++ b/bertos/drv/buzzerled.c @@ -52,10 +52,14 @@ #include "buzzerled.h" +#include #include -static struct Timer timers[NUM_BLDS]; -static bool timer_go[NUM_BLDS]; +#warning FIXME:This drive is obsolete, you must refactor it. + +#if 0 +static struct Timer timers[CONFIG_NUM_BLDS]; +static bool timer_go[CONFIG_NUM_BLDS]; INLINE enum BLD_DEVICE hook_parm_to_device(void* parm) { @@ -96,4 +100,5 @@ void bld_beep_and_wait(enum BLD_DEVICE device, uint16_t duration) timer_delay(duration); bld_set(device, false); } +#endif