File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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:
2323
2424When creating a new topic on the forums or filing an issue, please include as many relevant details as possible. Examples include:
2525
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.
2727* A reproducible test case or sequence of steps.
2828* The version of our code being used.
2929* 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;
27772777 * // spent in the Blocked state does not exceed MAX_TIME_TO_WAIT. This
27782778 * // continues until either the buffer contains at least uxWantedBytes bytes,
27792779 * // 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
27812781 * // available up to a maximum of uxWantedBytes.
27822782 *
27832783 * 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.
22
You can’t perform that action at this time.
0 commit comments