Skip to content

Commit fc4352c

Browse files
nordicjmrlubos
authored andcommitted
scripts: partition_manager: Fix dummy variable reference
Replaces a dummy variable with one in the undef list Signed-off-by: Jamie McCrae <[email protected]>
1 parent fa06f4e commit fc4352c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/partition_manager/partition_manager.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ After the ``nordic,pm-ext-flash`` value is set, you can place partitions in the
548548
# Name of partition
549549
external_plz:
550550
region: external_flash
551-
size: CONFIG_EXTERNAL_PLZ_SIZE
551+
size: CONFIG_SOME_INT
552552
553553
.. note::
554554

0 commit comments

Comments
 (0)