Correct byte alignment on CM3 port layers.

This commit is contained in:
Richard Barry 2009-11-15 15:01:59 +00:00
parent a9625ce462
commit db87c0ac06
3 changed files with 60 additions and 16 deletions

View file

@ -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. */