git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4212 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2b355b28c2
commit
773e831a58
|
@ -43,7 +43,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief PendSV priority level.
|
* @brief PendSV priority level.
|
||||||
* @note This priority is enforced to be equal to @p 0,
|
* @note This priority is enforced to be equal to @p 0,
|
||||||
* this handler always have the highest priority that cannot preempt
|
* this handler always has the highest priority that cannot preempt
|
||||||
* the kernel.
|
* the kernel.
|
||||||
*/
|
*/
|
||||||
#define CORTEX_PRIORITY_PENDSV 0
|
#define CORTEX_PRIORITY_PENDSV 0
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief PendSV priority level.
|
* @brief PendSV priority level.
|
||||||
* @note This priority is enforced to be equal to @p 0,
|
* @note This priority is enforced to be equal to @p 0,
|
||||||
* this handler always have the highest priority that cannot preempt
|
* this handler always has the highest priority that cannot preempt
|
||||||
* the kernel.
|
* the kernel.
|
||||||
*/
|
*/
|
||||||
#define CORTEX_PRIORITY_PENDSV 0
|
#define CORTEX_PRIORITY_PENDSV 0
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief PendSV priority level.
|
* @brief PendSV priority level.
|
||||||
* @note This priority is enforced to be equal to @p 0,
|
* @note This priority is enforced to be equal to @p 0,
|
||||||
* this handler always have the highest priority that cannot preempt
|
* this handler always has the highest priority that cannot preempt
|
||||||
* the kernel.
|
* the kernel.
|
||||||
*/
|
*/
|
||||||
#define CORTEX_PRIORITY_PENDSV 0
|
#define CORTEX_PRIORITY_PENDSV 0
|
||||||
|
|
Loading…
Reference in New Issue