Skip to content

Commit 71b516c

Browse files
michalek-norlubos
authored andcommitted
doc: nrf: libraries: nrf_compression minor fix
added missing CONFIG_ to NRF_COMPRESS_ARM_THUMB Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 3638419 commit 71b516c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/libraries/others/nrf_compression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use the available compression types by enabling their respective Kconfig
4747
| Fixed probability size of 14272 bytes.
4848
| Fixed dictionary size of 128 KiB.
4949
* - ARM thumb filter
50-
- :kconfig:option:`NRF_COMPRESS_ARM_THUMB`
50+
- :kconfig:option:`CONFIG_NRF_COMPRESS_ARM_THUMB`
5151
- ---
5252

5353
Memory allocation configuration options

0 commit comments

Comments
 (0)