X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_buzzer.h;h=858ecbfb741eed8c853a6f3db011ae4007e0e934;hb=2ab79cb0c9069ed5084627954b6e2c3493a5c4af;hp=f6e790b8803bfe288dc419737d87a5b475cc64ee;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_buzzer.h b/bertos/hw/hw_buzzer.h index f6e790b8..858ecbfb 100644 --- a/bertos/hw/hw_buzzer.h +++ b/bertos/hw/hw_buzzer.h @@ -26,8 +26,8 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/) + * Copyright 2000 Bernie Innocenti * All Rights Reserved. * --> * @@ -41,9 +41,9 @@ #ifndef HW_BUZZER_H #define HW_BUZZER_H -#warning TODO:This is example implemetantion, you must implement it! +#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)