X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fbuzzerled.c;h=5135cf00f29b0c2992792684ac280ecc73c91f67;hb=1ebcf9b89595826a5c158ae6a68d4c2407b1dd52;hp=9648ef67c976b4a58cc0c90aa5e4e92a50018a05;hpb=11da44352fcd4d33b173c976db45293ac1a87cca;p=bertos.git diff --git a/bertos/drv/buzzerled.c b/bertos/drv/buzzerled.c index 9648ef67..5135cf00 100644 --- a/bertos/drv/buzzerled.c +++ b/bertos/drv/buzzerled.c @@ -45,7 +45,6 @@ * many different ways (many different pins), so this part should describe * which devices are present, and how they are connected. * - * \version $Id$ * * \author Giovanni Bajo */ @@ -55,7 +54,7 @@ #warning FIXME:This drive is obsolete, you must refactor it. #if 0 -#include +#include "cfg/cfg_buzzerled.h" #include static struct Timer timers[CONFIG_NUM_BLDS];