From 382151cf63ff5ef3144fc38bb87490d33da7b2d3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2009 11:28:32 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@619 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chsys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/chsys.c') diff --git a/src/chsys.c b/src/chsys.c index c1666095e..45ce8b0f8 100644 --- a/src/chsys.c +++ b/src/chsys.c @@ -45,9 +45,9 @@ static void idle_thread(void *p) { /** * ChibiOS/RT initialization. After executing this function the current * instructions stream becomes the main thread. - * @note Interrupts should be still disabled when \p chSysInit() is invoked + * @note Interrupts should be still disabled when @p chSysInit() is invoked * and are internally enabled. - * @note The main thread is created with priority \p NORMALPRIO. + * @note The main thread is created with priority @p NORMALPRIO. */ void chSysInit(void) { static Thread mainthread; @@ -81,7 +81,7 @@ void chSysInit(void) { * it when the quantum is used up. Increments system time and manages the * timers. * @note The frequency of the timer determines the system tick granularity and, - * together with the \p CH_TIME_QUANTUM macro, the round robin interval. + * together with the @p CH_TIME_QUANTUM macro, the round robin interval. */ void chSysTimerHandlerI(void) { -- cgit v1.2.3