File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Have a bug to report or feature to request? Follow these steps:
23
23
24
24
When creating a new topic on the forums or filing an issue, please include as many relevant details as possible. Examples include:
25
25
26
- * A clear description of the situation — what you observe, what you expect, and your view on how the two differ.
26
+ * A clear description of the situation - what you observe, what you expect, and your view on how the two differ.
27
27
* A reproducible test case or sequence of steps.
28
28
* The version of our code being used.
29
29
* Any modifications you've made relevant to the bug.
Original file line number Diff line number Diff line change @@ -2777,7 +2777,7 @@ void vTaskSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
2777
2777
* // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
2778
2778
* // continues until either the buffer contains at least uxWantedBytes bytes,
2779
2779
* // or the total amount of time spent in the Blocked state reaches
2780
- * // MAX_TIME_TO_WAIT – at which point the task reads however many bytes are
2780
+ * // MAX_TIME_TO_WAIT - at which point the task reads however many bytes are
2781
2781
* // available up to a maximum of uxWantedBytes.
2782
2782
*
2783
2783
* size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes )
Original file line number Diff line number Diff line change 1
- The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
1
+ The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
2
2
You can’t perform that action at this time.
0 commit comments