Changed ST interrupt priority to 0, the lowest one.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10427 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-08-14 09:14:16 +00:00
parent f4ed4a5891
commit 5355de8c26
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
* @brief SysTick timer IRQ priority.
*/
#if !defined(SAMA_ST_IRQ_PRIORITY) || defined(__DOXYGEN__)
#define SAMA_ST_IRQ_PRIORITY 7
#define SAMA_ST_IRQ_PRIORITY 0
#endif
/** @} */