X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Ftimer_avr.h;h=9da9dbe6578b45c96376fa131a2ce76b26963257;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=de46d1b7fb124f65b4fb2de15ee881a7541fe46e;hpb=d62963b4a64efe8d2917f489fefaf586a9a99126;p=bertos.git diff --git a/bertos/cpu/avr/drv/timer_avr.h b/bertos/cpu/avr/drv/timer_avr.h index de46d1b7..9da9dbe6 100644 --- a/bertos/cpu/avr/drv/timer_avr.h +++ b/bertos/cpu/avr/drv/timer_avr.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 2000 Bernardo Innocenti + * Copyright 2000 Bernie Innocenti * * --> * @@ -35,7 +35,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi * */ @@ -43,9 +43,9 @@ #ifndef DRV_TIMER_AVR_H #define DRV_TIMER_AVR_H -#include "hw_cpu.h" /* CLOCK_FREQ */ +#include "hw/hw_cpu.h" /* CLOCK_FREQ */ -#include /* CONFIG_TIMER */ +#include "cfg/cfg_timer.h" /* CONFIG_TIMER */ #include /* uint8_t */ #include /* DIV_ROUND */