Formatting fix

This commit is contained in:
Soren Ptak 2024-01-03 17:14:36 -05:00
parent 8202d2ea82
commit 0fc0a5fbba

View file

@ -484,7 +484,7 @@ extern "C" {
/** @brief The length in ulContext for all the registers in a context /** @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 * @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 /** 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 * you can set portENABLE_FPU to 0, which will reduce the per-task RAM usage