git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7863 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-04-06 09:59:34 +00:00
parent 6e6b675857
commit d21a23ea64
1 changed files with 4 additions and 4 deletions

View File

@ -70,9 +70,9 @@
*
* @param[in] prio the priority level
* @return Priority range result.
* @false if the priority is invalid or if the architecture
* @retval false if the priority is invalid or if the architecture
* does not support priorities.
* @true if the priority is valid.
* @retval true if the priority is valid.
*/
#if defined(PORT_IRQ_IS_VALID_PRIORITY) || defined(__DOXYGEN__)
#define CH_IRQ_IS_VALID_PRIORITY(prio) \
@ -88,9 +88,9 @@
*
* @param[in] prio the priority level
* @return Priority range result.
* @false if the priority is invalid or if the architecture
* @retval false if the priority is invalid or if the architecture
* does not support priorities.
* @true if the priority is valid.
* @retval true if the priority is valid.
*/
#if defined(PORT_IRQ_IS_VALID_KERNEL_PRIORITY) || defined(__DOXYGEN__)
#define CH_IRQ_IS_VALID_KERNEL_PRIORITY(prio) \