X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_arm.h;h=61a37f213430581b80ccbf8c504111250cae0b00;hb=d0a30c18583cc3fd2e4be8d4aa83af0d917a2351;hp=60b096ccef906d29314aa39c82d10e698728ca11;hpb=345f93de1963f49bdb194d2b06c8c5d7ba0a3e5f;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_arm.h b/bertos/cpu/arm/drv/timer_arm.h index 60b096cc..61a37f21 100644 --- a/bertos/cpu/arm/drv/timer_arm.h +++ b/bertos/cpu/arm/drv/timer_arm.h @@ -30,7 +30,6 @@ * * --> * - * \version $Id$ * * \author Francesco Sacchi * @@ -41,6 +40,8 @@ #if CPU_ARM_AT91 #include "timer_at91.h" +#elif CPU_ARM_LPC2 + #include "timer_lpc2.h" /*#elif Add other ARM families here */ #else #error Unknown CPU