2007-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems/score/cpu.h: Fix Doxygen.
This commit is contained in:
Joel Sherrill
2007-12-10 23:13:28 +00:00
parent c28004fdf8
commit de434b0234
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Fix Doxygen.
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU

View File

@@ -1050,7 +1050,6 @@ uint32_t _CPU_ISR_Get_level( void );
/**
* This routine performs CPU dependent initialization.
*
* @param[in] cpu_table is the CPU Dependent Configuration Table
* @param[in] thread_dispatch is the address of @ref _Thread_Dispatch
*
* Port Specific Information: