From 6247757aed220bcf284499b486898c76b8d69848 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 18 Aug 2008 16:56:06 +0000 Subject: [PATCH] buzzer: spacing fix git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1663 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/hw/hw_buzzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1