From d026292ceba279d56f2540a02cff974e7ca9e5ae Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 23 Jan 2005 12:26:07 +0000 Subject: [PATCH] Add missing header. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@351 38d2e660-2303-0410-9eaa-f027e97ec537 --- drv/timer_avr.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drv/timer_avr.h b/drv/timer_avr.h index 52dea9cf..6009dead 100755 --- a/drv/timer_avr.h +++ b/drv/timer_avr.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.22 2005/01/23 12:26:07 bernie + *#* Add missing header. + *#* *#* Revision 1.21 2004/12/13 12:07:06 bernie *#* DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE. *#* @@ -58,7 +61,8 @@ #define DRV_TIMER_AVR_H #include // ARCH_BOARD_KC -#include "hw.h" +#include // BV() +#include #include #include -- 2.25.1