X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Ftimer_simple_avr.c;h=5ec6eeeb27c0e9c6a55e6cedaec20b8fb23d5fd8;hb=6d9719eaf269fda4b8e6886db78b3c8cc60ed8bb;hp=2c0764143fdd62cca2df0d37348d934c365f8659;hpb=345f93de1963f49bdb194d2b06c8c5d7ba0a3e5f;p=bertos.git diff --git a/bertos/cpu/avr/drv/timer_simple_avr.c b/bertos/cpu/avr/drv/timer_simple_avr.c index 2c076414..5ec6eeeb 100644 --- a/bertos/cpu/avr/drv/timer_simple_avr.c +++ b/bertos/cpu/avr/drv/timer_simple_avr.c @@ -70,12 +70,12 @@ *#* Simplified timer delay routines. *#* *#*/ -#include "hw.h" -#include "timer_simple.h" +#include "hw_cpu.h" +#include "timer_simple_avr.h" #include -#include -#include -#include /* BV() */ +#include +#include /* BV() */ +#include /* CLOCK_FREQ */ #include