Skip to content

Commit

Permalink
Fix CI (#6348)
Browse files Browse the repository at this point in the history
/Users/runner/work/connectedhomeip/connectedhomeip/src/system/SystemPacketBuffer.h:670:20: warning: parameter 'aPacket' not found in the function declaration [-Wdocumentation]
     *  @param[in] aPacket - the packet buffer handle to check.
                   ^~~~~~~
  • Loading branch information
kghost authored and pull[bot] committed May 14, 2021
1 parent 5b4f4cb commit 3874397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/system/SystemPacketBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,6 @@ class DLL_EXPORT PacketBufferHandle
* a faulty state. (Some configurations may not actually perform any check.)
*
* @note A null handle is not considered faulty.
*
* @param[in] aPacket - the packet buffer handle to check.
*/
void Check() const
{
Expand Down

0 comments on commit 3874397

Please sign in to comment.