Skip to content

Commit

Permalink
Fix FreeRTOS max interrupts configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Feb 21, 2019
1 parent db30b66 commit 210e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 41-STM32Fxxx_FreeRTOS/User/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 210e4fd

Please sign in to comment.