Skip to content

Commit 3f8156d

Browse files
nordicjmnashif
authored andcommitted
doc: mgmt: smp: Fix slot and image to be unsigned
Fixes the documentation to show image and slot number for get state of image response being unsigned, not signed. Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1edc8cc commit 3f8156d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/services/device_mgmt/smp_groups/smp_group_1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ CBOR data of successful response:
110110
{
111111
(str)"images" : [
112112
{
113-
(str,opt)"image" : (int)
114-
(str)"slot" : (int)
113+
(str,opt)"image" : (uint)
114+
(str)"slot" : (uint)
115115
(str)"version" : (str)
116116
(str,opt*)"hash" : (byte str)
117117
(str,opt)"bootable" : (bool)

0 commit comments

Comments
 (0)