From: bernie Date: Mon, 18 Aug 2008 16:56:06 +0000 (+0000) Subject: buzzer: spacing fix X-Git-Tag: 2.0.0~271 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6247757aed220bcf284499b486898c76b8d69848;p=bertos.git buzzer: spacing fix git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1663 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index 7f0f17d3..858ecbfb 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -43,7 +43,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)