Skip to content

Commit

Permalink
[SVE2] Fix kMaxThreadNameLength (project-chip#22337)
Browse files Browse the repository at this point in the history
Fix project-chip#22336

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

Signed-off-by: Doru Gucea <[email protected]>
  • Loading branch information
doru91 committed Sep 2, 2022
1 parent a797558 commit a562b07
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 a562b07

Please sign in to comment.