Skip to content

Commit

Permalink
[SVE2] Fix kMaxThreadNameLength (#22367)
Browse files Browse the repository at this point in the history
* chip-cert: Updated Tool to Support Comand Line Key/Cert Inputs. (#22142)

Other text updates.

* [SVE2] Fix kMaxThreadNameLength (#22337)

Fix #22336

Signed-off-by: Doru Gucea <[email protected]>

Signed-off-by: Doru Gucea <[email protected]>

* Revert "chip-cert: Updated Tool to Support Comand Line Key/Cert Inputs. (#22142)"

This reverts commit 0962e0b.

Signed-off-by: Doru Gucea <[email protected]>
Co-authored-by: Evgeny Margolis <[email protected]>
Co-authored-by: doru91 <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
4 people authored Sep 12, 2022
1 parent 3ba32f7 commit 4128509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/platform/DiagnosticDataProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace DeviceLayer {

// Maximum length of vendor defined name or prefix of the software thread that is
// static for the duration of the thread.
static constexpr size_t kMaxThreadNameLength = 32;
static constexpr size_t kMaxThreadNameLength = 8;

// 48-bit IEEE MAC Address or a 64-bit IEEE MAC Address (e.g. EUI-64).
constexpr size_t kMaxHardwareAddrSize = 8;
Expand Down

0 comments on commit 4128509

Please sign in to comment.