Skip to content

Commit 2325a35

Browse files
authoredJul 23, 2024
[dbus] fix u_int16_t typo (openthread#2399)
1 parent aea7c7c commit 2325a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/dbus/common/types.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ struct TrelInfo
715715
};
716716

717717
bool mEnabled; ///< Whether TREL is enabled.
718-
u_int16_t mNumTrelPeers; ///< The number of TREL peers.
718+
uint16_t mNumTrelPeers; ///< The number of TREL peers.
719719
TrelPacketCounters mTrelCounters; ///< The TREL counters.
720720
};
721721

0 commit comments

Comments
 (0)