From: asterix Date: Tue, 4 May 2010 09:07:58 +0000 (+0000) Subject: Add wizard config mark. X-Git-Tag: 2.5.0~298 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b56bb4637fb1feffd1170b3c70b2603211a438e0;p=bertos.git Add wizard config mark. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3610 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/drv/timer_cm3.h b/bertos/cpu/cortex-m3/drv/timer_cm3.h index b81df0bf..6311d506 100644 --- a/bertos/cpu/cortex-m3/drv/timer_cm3.h +++ b/bertos/cpu/cortex-m3/drv/timer_cm3.h @@ -47,6 +47,15 @@ #error Unknown CPU #endif +/** + * \name Values for CONFIG_TIMER. + * + * Select which hardware timer interrupt to use for system clock and softtimers. + * + * $WIZ$ timer_select = "TIMER_DEFAULT" + */ +#define TIMER_DEFAULT /* */ ///< Default system timer + /* Ticks frequency (HZ) */ #define TIMER_TICKS_PER_SEC 1000