From bf3aa561f1157decfe83f78c73e8ab924bafbe71 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 17 Sep 2020 14:59:39 -0700 Subject: [PATCH] Style: fix line wrapping to 80 chars --- .../GCC/Xtensa_ESP32/include/portmacro.h | 14 ++++++++------ portable/ThirdParty/GCC/Xtensa_ESP32/port.c | 14 +++++++------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h b/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h index da7adce52..7835eab74 100644 --- a/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h +++ b/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h @@ -51,13 +51,15 @@ * including FreeRTOS+Trace - an indispensable productivity tool, a DOS * compatible FAT file system, and our tiny thread aware UDP/IP stack. * - * https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd license FreeRTOS to High - * Integrity Systems to sell under the OpenRTOS brand. Low cost OpenRTOS - * licenses offer ticketed support, indemnification and middleware. + * https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd + * license FreeRTOS to High Integrity Systems to sell under the OpenRTOS brand. + * Low cost OpenRTOS licenses offer ticketed support, indemnification + * and middleware. * - * https://www.highintegritysystems.com/safertos/ - High Integrity Systems also provide a safety - * engineered and independently SIL3 certified version for use in safety and - * mission critical applications that require provable dependability. + * https://www.highintegritysystems.com/safertos/ - High Integrity Systems + * also provide a safety engineered and independently SIL3 certified version + * for use in safety and mission critical applications that require + * provable dependability. * */ diff --git a/portable/ThirdParty/GCC/Xtensa_ESP32/port.c b/portable/ThirdParty/GCC/Xtensa_ESP32/port.c index 8bf6ac23b..8483af3e2 100644 --- a/portable/ThirdParty/GCC/Xtensa_ESP32/port.c +++ b/portable/ThirdParty/GCC/Xtensa_ESP32/port.c @@ -44,8 +44,8 @@ * embedded software for free we request you assist our global community by * participating in the support forum. * - * https://www.FreeRTOS.org/training - Investing in training allows your team to - * be as productive as possible as early as possible. Now you can receive + * https://www.FreeRTOS.org/training - Investing in training allows your team + * to be as productive as possible as early as possible. Now you can receive * FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers * Ltd, and the world's leading authority on the world's leading RTOS. * @@ -61,10 +61,10 @@ * the OpenRTOS brand. Low cost OpenRTOS licenses offer ticketed support, * indemnification and commercial middleware. * - * https://www.highintegritysystems.com/safertos/ - - * High Integrity Systems also provide a safety engineered and independently - * SIL3 certified version for use in safety and - * mission critical applications that require provable dependability. + * https://www.highintegritysystems.com/safertos/ - High Integrity Systems + * also provide a safety engineered and independently SIL3 certified version + * for use in safety and mission critical applications that + * require provable dependability. * */ @@ -89,7 +89,7 @@ * // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * -------------------------------------------------------------------------------- + * ----------------------------------------------------------------------------- */ #include