Use hw_cpu.h instead of ubiquitous hw.h.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 May 2006 00:38:24 +0000 (00:38 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 May 2006 00:38:24 +0000 (00:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@609 38d2e660-2303-0410-9eaa-f027e97ec537

drv/timer_avr.h

index 12203954b66beb1199b64b69f48817531471a5e8..fa652b34908c71132d072d3eca5ab0fb3b8333ee 100755 (executable)
@@ -16,6 +16,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.27  2006/05/18 00:38:24  bernie
+ *#* Use hw_cpu.h instead of ubiquitous hw.h.
+ *#*
  *#* Revision 1.26  2006/02/21 21:28:02  bernie
  *#* New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks longer than 1ms.
  *#*
@@ -43,8 +46,9 @@
 #ifndef DRV_TIMER_AVR_H
 #define DRV_TIMER_AVR_H
 
-#include <appconfig.h>  /* CONFIG_TIMER */
-#include <hw.h>
+#include <appconfig.h>     /* CONFIG_TIMER */
+#include <cfg/compiler.h>  /* uint8_t */
+#include <hw_cpu.h>        /* CLOCK_FREQ */
 
 /*!
  * \name Values for CONFIG_TIMER.