From 210e4fd4441b9c1a5c771845841d515d7884d97f Mon Sep 17 00:00:00 2001 From: tilz0R Date: Fri, 22 Feb 2019 00:09:49 +0100 Subject: [PATCH] Fix FreeRTOS max interrupts configuration --- 41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h b/41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h index f8affe6..4b8eccc 100644 --- a/41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h +++ b/41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h @@ -144,7 +144,7 @@ function. */ routine that makes calls to interrupt safe FreeRTOS API functions. DO NOT CALL INTERRUPT SAFE FREERTOS API FUNCTIONS FROM ANY INTERRUPT THAT HAS A HIGHER PRIORITY THAN THIS! (higher priorities are lower numeric values. */ -#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY 5 +#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY 0x05 /* Interrupt priorities used by the kernel port layer itself. These are generic to all Cortex-M ports, and do not rely on any particular library functions. */