Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
canisLupus1313 committed May 15, 2024
1 parent f765f71 commit ce58f1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/meshcop/tcat_agent.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ class TcatAgent : public InstanceLocator, private NonCopyable
*/
enum TcatDeviceIdType : uint8_t
{
kTcatDeviceIdEmpty = OT_TCAT_DEVICE_ID_EMPTY, ///< Vendor device ID type not set
kTcatDeviceIdOui24 = OT_TCAT_DEVICE_ID_OUI24, ///< Vendor device ID type OUI24
kTcatDeviceIdOui36 = OT_TCAT_DEVICE_ID_OUI36, ///< Vendor device ID type OUI36
kTcatDeviceIdDiscriminator = OT_TCAT_DEVICE_ID_DISCRIMINATOR, ///< Vendor device ID type Discriminator
kTcatDeviceIdIanaPen = OT_TCAT_DEVICE_ID_IANAPEN, ///< Vendor device ID type IANA PEN
kTcatDeviceIdEmpty = OT_TCAT_DEVICE_ID_EMPTY,
kTcatDeviceIdOui24 = OT_TCAT_DEVICE_ID_OUI24,
kTcatDeviceIdOui36 = OT_TCAT_DEVICE_ID_OUI36,
kTcatDeviceIdDiscriminator = OT_TCAT_DEVICE_ID_DISCRIMINATOR,
kTcatDeviceIdIanaPen = OT_TCAT_DEVICE_ID_IANAPEN,
};

/**
Expand Down

0 comments on commit ce58f1d

Please sign in to comment.