cm3: scb: rename SEVEONPEND to SEVONPEND

SEVEONPEND is a typo. According to the The ARM v7-M
Architecture Reference Manual SEVONPEND is the correct name.
This commit is contained in:
King Kévin 2017-04-03 18:42:49 +02:00 committed by Karl Palsson
parent b76d853a72
commit 1f58917cb2
1 changed files with 2 additions and 2 deletions

View File

@ -246,8 +246,8 @@
/* --- SCB_SCR values ------------------------------------------------------ */
/* Bits [31:5]: reserved - must be kept cleared */
/* SEVEONPEND Send Event on Pending bit */
#define SCB_SCR_SEVEONPEND (1 << 4)
/* SEVONPEND Send Event on Pending bit */
#define SCB_SCR_SEVONPEND (1 << 4)
/* Bit 3: reserved - must be kept cleared */
/* SLEEPDEEP */
#define SCB_SCR_SLEEPDEEP (1 << 2)