From 49c38f08deaec3204c46555679abdd1bb95a5ce4 Mon Sep 17 00:00:00 2001 From: carlo-dev-git <79503870+carlo-dev-git@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:22:22 +0100 Subject: [PATCH] Update port.c (#283) --- portable/RVDS/ARM_CM7/r0p1/port.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/portable/RVDS/ARM_CM7/r0p1/port.c b/portable/RVDS/ARM_CM7/r0p1/port.c index 25e5f5aad..93c8bd59b 100644 --- a/portable/RVDS/ARM_CM7/r0p1/port.c +++ b/portable/RVDS/ARM_CM7/r0p1/port.c @@ -762,10 +762,10 @@ __asm uint32_t vPortGetIPSR( void ) * be set to a value equal to or numerically *higher* than * configMAX_SYSCALL_INTERRUPT_PRIORITY. * - * Interrupts that use the FreeRTOS API must not be left at their - * default priority of zero as that is the highest possible priority, + * Interrupts that use the FreeRTOS API must not be left at their + * default priority of zero as that is the highest possible priority, * which is guaranteed to be above configMAX_SYSCALL_INTERRUPT_PRIORITY, - * and therefore also guaranteed to be invalid. + * and therefore also guaranteed to be invalid. * * FreeRTOS maintains separate thread and ISR API functions to ensure * interrupt entry is as fast and simple as possible.