mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
arch/arm/src/max326xx/common/max326_start.c: Appease nxstyle
This commit is contained in:
parent
a86c58334c
commit
d007b37973
1 changed files with 6 additions and 1 deletions
|
|
@ -33,6 +33,10 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
@ -113,7 +117,8 @@ const uint32_t g_idle_topstack = IDLE_STACK;
|
|||
* done, the processor reserves space on the stack for the FP state,
|
||||
* but does not save that state information to the stack.
|
||||
*
|
||||
* Software must not change the value of the ASPEN bit or LSPEN bit while either:
|
||||
* Software must not change the value of the ASPEN bit or LSPEN bit while
|
||||
* either:
|
||||
* - the CPACR permits access to CP10 and CP11, that give access to the FP
|
||||
* extension, or
|
||||
* - the CONTROL.FPCA bit is set to 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue