File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ static constexpr size_t MaxICDMonitoringEntrySize()
41
41
sizeof (Crypto::Symmetric128BitsKeyByteArray) /* aes_key_handle*/ ,
42
42
sizeof (Crypto::Symmetric128BitsKeyByteArray) /* hmac_key_handle*/ ,
43
43
sizeof (uint8_t ) /* client_type*/ ) *
44
- // Provide 50% extra space to make a firmware upgrade that starts storing
45
- // more data followed by a downgrade work easily and reliably.
46
- // The 50% number is chosen fairly randomly; storage increases larger than that are
47
- // possible but need to be staged carefully.
44
+ // Provide 50% extra space to make a firmware upgrade that starts storing
45
+ // more data followed by a downgrade work easily and reliably.
46
+ // The 50% number is chosen fairly randomly; storage increases larger than that are
47
+ // possible but need to be staged carefully.
48
48
3 / 2 ;
49
49
}
50
50
You can’t perform that action at this time.
0 commit comments