aboutsummaryrefslogtreecommitdiffstats
path: root/os/halnew/platforms/STM32/st_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/halnew/platforms/STM32/st_lld.h')
-rw-r--r--os/halnew/platforms/STM32/st_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/halnew/platforms/STM32/st_lld.h b/os/halnew/platforms/STM32/st_lld.h
index f9cdbb8fd..ac17d7ff7 100644
--- a/os/halnew/platforms/STM32/st_lld.h
+++ b/os/halnew/platforms/STM32/st_lld.h
@@ -40,10 +40,10 @@
* @{
*/
/**
- * @brief SysTick timer priority mask.
+ * @brief SysTick timer priority.
*/
-#if !defined(ST_TIMER_PRIORITY_MASK) || defined(__DOXYGEN__)
-#define ST_TIMER_PRIORITY_MASK 0x80
+#if !defined(ST_TIMER_PRIORITY) || defined(__DOXYGEN__)
+#define ST_TIMER_PRIORITY 8
#endif
/** @} */