arch: arm: fix macro name inside an inline comment
Fix the spelling of CONFIG_ARMV6_M_ARMV8_M_BASELINE inside an #endif comment. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
da449468f8
commit
a10f07305f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ SECTION_FUNC(TEXT, __pendsv)
|
||||||
mov lr, r1
|
mov lr, r1
|
||||||
#else
|
#else
|
||||||
pop {r0, lr}
|
pop {r0, lr}
|
||||||
#endif /* CONFIG_ARMV6_M_ARMV8M_M_BASELINE */
|
#endif /* CONFIG_ARMV6_M_ARMV8_M_BASELINE */
|
||||||
#endif /* CONFIG_TRACING */
|
#endif /* CONFIG_TRACING */
|
||||||
|
|
||||||
/* protect the kernel state while we play with the thread lists */
|
/* protect the kernel state while we play with the thread lists */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue