X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_buzzer.h;h=d5974782615c259d098e0f5e3daf6209b889fad8;hb=012260eed3f47e2add76ec7a83629c2d456aa231;hp=7f0f17d312b0634451ebbe3485529524d6b1556d;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index 7f0f17d3..d5974782 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -33,7 +33,6 @@ * * \brief Buzzer hardware-specific definitions * - * \version $Id$ * * \author Francesco Sacchi */ @@ -43,7 +42,7 @@ #warning TODO:This is an example implementation, you must implement it! -#define BUZZER_BIT 1 +#define BUZZER_BIT 1 #define IS_BUZZER_ON 0 #define BUZZER_HW_INIT do { /* Implement me! */ } while (0) #define BUZZER_ON do { /* Implement me! */ } while (0)