From: bernie Date: Tue, 14 Sep 2004 21:07:09 +0000 (+0000) Subject: Include hw.h explicitly. X-Git-Tag: 1.0.0~1032 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=be670d92a85770cfa7edcbaca9a94032ddf1b114;p=bertos.git Include hw.h explicitly. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@209 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/timer_avr.h b/drv/timer_avr.h index 2cfb016a..0d327018 100755 --- a/drv/timer_avr.h +++ b/drv/timer_avr.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.17 2004/09/14 21:07:09 bernie + *#* Include hw.h explicitly. + *#* *#* Revision 1.16 2004/09/06 21:49:26 bernie *#* CONFIG_TIMER_STROBE: be tolerant with missing optional macro. *#* @@ -43,6 +46,8 @@ #define DRV_TIMER_AVR_H #include // ARCH_BOARD_KC +#include "hw.h" + #include #include