Skip to content

Commit

Permalink
Update src/core/meshcop/tcat_agent.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Esko Dijk <EskoDijk@users.noreply.github.com>
  • Loading branch information
canisLupus1313 and EskoDijk authored Dec 12, 2024
1 parent 1f2d364 commit 595667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/meshcop/tcat_agent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class TcatAgent : public InstanceLocator, private NonCopyable
static constexpr uint16_t kMaxPskdLength = OT_JOINER_MAX_PSKD_LENGTH;
static constexpr uint16_t kTcatMaxDeviceIdSize = OT_TCAT_MAX_DEVICEID_SIZE;
static constexpr uint16_t kInstallCodeMaxSize = 255;
static constexpr uint16_t kCommissionerCerMaxLength = 1024;
static constexpr uint16_t kCommissionerCertMaxLength = 1024;

JoinerPskd mJoinerPskd;
const VendorInfo *mVendorInfo;
Expand Down

0 comments on commit 595667b

Please sign in to comment.