spelling: not

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:04:16 -05:00
parent fa235e9c73
commit d9ec8a3438

View file

@ -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