From 626b54819bab0058f8696a8b850253f4b4dc24e0 Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Tue, 28 Dec 2021 14:00:26 -0700 Subject: [PATCH] fix minor spelling issue by removing contraction (#763) --- .../RTOSDemo/src/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702_Vitis_QEMU/RTOSDemo/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702_Vitis_QEMU/RTOSDemo/src/FreeRTOSConfig.h index 447e3de2a3..4d6fd1ca54 100644 --- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702_Vitis_QEMU/RTOSDemo/src/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702_Vitis_QEMU/RTOSDemo/src/FreeRTOSConfig.h @@ -67,7 +67,7 @@ */ /* Setting configUSING_QEMU results in console output when an LED toggles as -LEDs aren't visible in QEMU. */ +LEDs are not visible in QEMU. */ #define configUSING_QEMU 1 #define configMAX_API_CALL_INTERRUPT_PRIORITY 18