mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: not
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fa235e9c73
commit
d9ec8a3438
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue