Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
IMPORTANT FIX FOR STM32Cube CMSIS 1: correct default max task priorit…
Browse files Browse the repository at this point in the history
…y. (#1149)

In commit 3e11bfd the CMSIS 1 task priority for STM32Cube should have been reduced by one also; it is now.
  • Loading branch information
RobMeades authored Apr 23, 2024
1 parent 3e11bfd commit f774a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/platform/stm32cube/u_cfg_os_platform_specific.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# ifdef CMSIS_V2
# define U_CFG_OS_PRIORITY_MAX 55
# else
# define U_CFG_OS_PRIORITY_MAX 15
# define U_CFG_OS_PRIORITY_MAX 14
# endif
#endif

Expand Down

0 comments on commit f774a0b

Please sign in to comment.