mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 05:05:17 -05:00
Formatting fix
This commit is contained in:
parent
8202d2ea82
commit
0fc0a5fbba
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ extern "C" {
|
|||
/** @brief The length in ulContext for all the registers in a context
|
||||
* @note There are the 13 GPRs, the Stack Pointer, and the Link Register
|
||||
*/
|
||||
#define portREGISTER_CONTEXT_LENGTH ( ( 16 * 4U ) )
|
||||
#define portREGISTER_CONTEXT_LENGTH ( ( 16 * 4U ) )
|
||||
|
||||
/** If you KNOW that your system will not utilize the FPU in any capacity
|
||||
* you can set portENABLE_FPU to 0, which will reduce the per-task RAM usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue