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:
parent
f4ed4a5891
commit
5355de8c26
|
@ -45,7 +45,7 @@
|
||||||
* @brief SysTick timer IRQ priority.
|
* @brief SysTick timer IRQ priority.
|
||||||
*/
|
*/
|
||||||
#if !defined(SAMA_ST_IRQ_PRIORITY) || defined(__DOXYGEN__)
|
#if !defined(SAMA_ST_IRQ_PRIORITY) || defined(__DOXYGEN__)
|
||||||
#define SAMA_ST_IRQ_PRIORITY 7
|
#define SAMA_ST_IRQ_PRIORITY 0
|
||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue