Include hw.h explicitly.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 21:07:09 +0000 (21:07 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Sep 2004 21:07:09 +0000 (21:07 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@209 38d2e660-2303-0410-9eaa-f027e97ec537

drv/timer_avr.h

index 2cfb016aeb11c9bd2dc0d6efd9e05aba1804f604..0d32701896d59627a1992e5c8a973c5b1a37e942 100755 (executable)
@@ -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_config.h> // ARCH_BOARD_KC
+#include "hw.h"
+
 #include <avr/wdt.h>
 #include <avr/signal.h>