From 78513a64a93207e0511d4e0987d78edd13ff7658 Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 18 May 2006 00:38:24 +0000 Subject: [PATCH] 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 --- drv/timer_avr.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.25.1