From b9a3cf3a68f2e690f486ff0b0ebcfc20d2d062a3 Mon Sep 17 00:00:00 2001 From: duplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537> Date: Mon, 16 Feb 2009 14:09:02 +0000 Subject: [PATCH] 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 --- bertos/cpu/arm/drv/timer_at91.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.25.1