From d9ec8a3438308df0f8a98204c169c4946ab73f82 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:04:16 -0500 Subject: [PATCH] spelling: not Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/kernel/core_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/kernel/core_dump.c b/src/fw/kernel/core_dump.c index a6fec6d4..00c0304a 100644 --- a/src/fw/kernel/core_dump.c +++ b/src/fw/kernel/core_dump.c @@ -18,7 +18,7 @@ * This module contains the core dump logic which writes the core dump to SPI flash. It operates * under a very limited set of constraints: * 1.) It can NOT use most FreeRTOS functions - * 2.) It can not use the regular flash driver (because that uses FreeRTOS mutexes) + * 2.) It can NOT use the regular flash driver (because that uses FreeRTOS mutexes) * * There is a separate module, core_dump_protocol.c which implements the session endpoint logic for * fetching the core dump over bluetooth. That module is free to use FreeRTOS, regular flash