mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-06 03:32:34 -05:00
Correct byte alignment on CM3 port layers.
This commit is contained in:
parent
a9625ce462
commit
db87c0ac06
3 changed files with 60 additions and 16 deletions
|
|
@ -131,7 +131,7 @@ typedef struct MPU_SETTINGS
|
|||
/* SVC numbers for various services. */
|
||||
#define portSVC_START_SCHEDULER 0
|
||||
#define portSVC_YIELD 1
|
||||
#define portSVC_prvRaisePrivilege 2
|
||||
#define portSVC_RAISE_PRIVILEGE 2
|
||||
|
||||
/* Scheduler utilities. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue