From 46338705bd4f93e743f05b875480095c2dd5c330 Mon Sep 17 00:00:00 2001 From: swaldhoer <34184299+swaldhoer@users.noreply.github.com> Date: Thu, 1 Jul 2021 00:07:55 +0200 Subject: [PATCH] Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) --- .github/CONTRIBUTING.md | 2 +- include/task.h | 2 +- portable/GCC/MCF5235/readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 11f19a0e1..46bd0bba5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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: -* 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. * The version of our code being used. * Any modifications you've made relevant to the bug. diff --git a/include/task.h b/include/task.h index b1e7b2340..92381eaad 100644 --- a/include/task.h +++ b/include/task.h @@ -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 * // continues until either the buffer contains at least uxWantedBytes bytes, * // 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. * * size_t xUART_Receive( uint8_t *pucBuffer, size_t uxWantedBytes ) diff --git a/portable/GCC/MCF5235/readme.md b/portable/GCC/MCF5235/readme.md index 650cfccc5..ebf6ea603 100644 --- a/portable/GCC/MCF5235/readme.md +++ b/portable/GCC/MCF5235/readme.md @@ -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.