aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-08-14 09:14:16 +0000
committerisiora <none@example.com>2017-08-14 09:14:16 +0000
commit5355de8c26021807ed6934f09b62237689e96355 (patch)
treedf7bd42de684d8f03181834ea4e15981e8ac8aa5 /os/hal/ports
parentf4ed4a5891be97fa606c3954ce4b8d296a858b40 (diff)
downloadChibiOS-5355de8c26021807ed6934f09b62237689e96355.tar.gz
ChibiOS-5355de8c26021807ed6934f09b62237689e96355.tar.bz2
ChibiOS-5355de8c26021807ed6934f09b62237689e96355.zip
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
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.h
index 328d929ed..9a87d373d 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.h
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_st_lld.h
@@ -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
/** @} */