diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-27 09:51:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-27 09:51:45 +0000 |
commit | 25c944f87f69c46efe23e998152c9c48365e51b0 (patch) | |
tree | 5ca6c4694122ba4996c812394cf45809b097ac12 /os/hal/templates | |
parent | 6cc7199329fa18b0f2a2110c686b71c2d5ea556e (diff) | |
download | ChibiOS-25c944f87f69c46efe23e998152c9c48365e51b0.tar.gz ChibiOS-25c944f87f69c46efe23e998152c9c48365e51b0.tar.bz2 ChibiOS-25c944f87f69c46efe23e998152c9c48365e51b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7816 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates')
-rw-r--r-- | os/hal/templates/osal/osal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h index 1eb9ec5de..f73070aa4 100644 --- a/os/hal/templates/osal/osal.h +++ b/os/hal/templates/osal/osal.h @@ -102,11 +102,13 @@ */
/**
* @brief Total priority levels.
+ * @brief Implementation not mandatory.
*/
#define OSAL_IRQ_PRIORITY_LEVELS 16U
/**
* @brief Highest IRQ priority for HAL drivers.
+ * @brief Implementation not mandatory.
*/
#define OSAL_IRQ_MAXIMUM_PRIORITY 0U
/** @} */
|