From: bernie Date: Thu, 18 May 2006 00:38:24 +0000 (+0000) Subject: Use hw_cpu.h instead of ubiquitous hw.h. X-Git-Tag: 1.0.0~632 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=78513a64a93207e0511d4e0987d78edd13ff7658;p=bertos.git Use hw_cpu.h instead of ubiquitous hw.h. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@609 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/timer_avr.h b/drv/timer_avr.h index 12203954..fa652b34 100755 --- a/drv/timer_avr.h +++ b/drv/timer_avr.h @@ -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 /* CONFIG_TIMER */ -#include +#include /* CONFIG_TIMER */ +#include /* uint8_t */ +#include /* CLOCK_FREQ */ /*! * \name Values for CONFIG_TIMER.