From: duplo Date: Mon, 16 Feb 2009 14:09:02 +0000 (+0000) Subject: Add the timer_select enum in the arm timer X-Git-Tag: 2.1.0~332 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b9a3cf3a68f2e690f486ff0b0ebcfc20d2d062a3;p=bertos.git Add the timer_select enum in the arm timer git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2350 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/drv/timer_at91.h b/bertos/cpu/arm/drv/timer_at91.h index e7e4f185..aed15392 100644 --- a/bertos/cpu/arm/drv/timer_at91.h +++ b/bertos/cpu/arm/drv/timer_at91.h @@ -50,12 +50,11 @@ * * Select which hardware timer interrupt to use for system clock and softtimers. * - * \{ + * $WIZ$ timer_select = "TIMER_ON_PIT", "TIMER_DEFAULT" */ #define TIMER_ON_PIT 1 ///< System timer on Periodic interval timer #define TIMER_DEFAULT TIMER_ON_PIT ///< Default system timer -/* \} */ /* * Hardware dependent timer initialization.