modules: segger: fix typos
Fix typos. Signed-off-by: Bryce Wilkins <bryce.wilkins@gmail.com>
This commit is contained in:
parent
9dbabd6fe9
commit
153331e169
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ endif
|
|||
choice SEGGER_RTT_INIT_MODE
|
||||
prompt "RTT Initialization mode"
|
||||
help
|
||||
RTT inizialization function can avoid re-init of Cntrol Block
|
||||
RTT initialization function can avoid re-init of Control Block
|
||||
if another program (e.g. bootloader) has already initialized it.
|
||||
default SEGGER_RTT_INIT_MODE_STRONG_CHECK if SEGGER_RTT_SECTION_CUSTOM
|
||||
default SEGGER_RTT_INIT_MODE_STRONG_CHECK
|
||||
|
|
|
|||
Loading…
Reference in a new issue