mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Replace two dashes and one whitespace with their corresponding ASCII characters. (#362)
This commit is contained in:
parent
9af72db3ec
commit
46338705bd
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -23,7 +23,7 @@ Have a bug to report or feature to request? Follow these steps:
|
||||||
|
|
||||||
When creating a new topic on the forums or filing an issue, please include as many relevant details as possible. Examples include:
|
When creating a new topic on the forums or filing an issue, please include as many relevant details as possible. Examples include:
|
||||||
|
|
||||||
* A clear description of the situation — what you observe, what you expect, and your view on how the two differ.
|
* A clear description of the situation - what you observe, what you expect, and your view on how the two differ.
|
||||||
* A reproducible test case or sequence of steps.
|
* A reproducible test case or sequence of steps.
|
||||||
* The version of our code being used.
|
* The version of our code being used.
|
||||||
* Any modifications you've made relevant to the bug.
|
* Any modifications you've made relevant to the bug.
|
||||||
|
|
|
@ -2777,7 +2777,7 @@ void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
|
||||||
* // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
|
* // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
|
||||||
* // continues until either the buffer contains at least uxWantedBytes bytes,
|
* // continues until either the buffer contains at least uxWantedBytes bytes,
|
||||||
* // or the total amount of time spent in the Blocked state reaches
|
* // or the total amount of time spent in the Blocked state reaches
|
||||||
* // MAX_TIME_TO_WAIT – at which point the task reads however many bytes are
|
* // MAX_TIME_TO_WAIT - at which point the task reads however many bytes are
|
||||||
* // available up to a maximum of uxWantedBytes.
|
* // available up to a maximum of uxWantedBytes.
|
||||||
*
|
*
|
||||||
* size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )
|
* size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
|
The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue