Skip to content

Commit d05d621

Browse files
committed
CBORDefinitions: fix comment
1 parent 36fad3d commit d05d621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuratorAgents/agents/boardConfigurationProtocol/cbor/ProvisioningMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct UniqueHardwareIdProvisioningMessage {
105105
struct JWTProvisioningMessage {
106106
ProvisioningMessage c;
107107
struct {
108-
char jwt[PROVISIONING_JWT_SIZE]; //The payload is an array of char with a maximum length of 268, not null terminated. It's not a string.
108+
char jwt[PROVISIONING_JWT_SIZE]; //The payload is a string with maximum dimension of 268 characters + '\0'.
109109
};
110110
};
111111

0 commit comments

Comments
 (0)