Add missing header.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 23 Jan 2005 12:26:07 +0000 (12:26 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 23 Jan 2005 12:26:07 +0000 (12:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@351 38d2e660-2303-0410-9eaa-f027e97ec537

drv/timer_avr.h

index 52dea9cf362d754525e631114c2f169b6e0bf127..6009dead991d5bb448976f521694261b71da0f03 100755 (executable)
@@ -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_config.h> // ARCH_BOARD_KC
-#include "hw.h"
+#include <macros.h> // BV()
+#include <hw.h>
 
 #include <avr/signal.h>
 #include <avr/io.h>