Skip to content

Commit

Permalink
CHIPError.h comment typo (#34460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple authored and pull[bot] committed Oct 11, 2024
1 parent ef923b1 commit 1284731
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/lib/core/CHIPError.h
Original file line number Diff line number Diff line change
Expand Up @@ -1702,18 +1702,18 @@ using CHIP_ERROR = ::chip::ChipError;
*/
#define CHIP_ERROR_IM_STATUS_CODE_RECEIVED CHIP_CORE_ERROR(0xca)

// AVAILABLEL 0xcb
// AVAILABLEL 0xcc
// AVAILABLEL 0xcd
// AVAILABLEL 0xce
// AVAILABLEL 0xcf
// AVAILABLEL 0xd0
// AVAILABLEL 0xd1
// AVAILABLEL 0xd2
// AVAILABLEL 0xd3
// AVAILABLEL 0xd4
// AVAILABLEL 0xd5
// AVAILABLEL 0xd6
// AVAILABLE 0xcb
// AVAILABLE 0xcc
// AVAILABLE 0xcd
// AVAILABLE 0xce
// AVAILABLE 0xcf
// AVAILABLE 0xd0
// AVAILABLE 0xd1
// AVAILABLE 0xd2
// AVAILABLE 0xd3
// AVAILABLE 0xd4
// AVAILABLE 0xd5
// AVAILABLE 0xd6

/**
* @def CHIP_ERROR_IM_MALFORMED_DATA_VERSION_FILTER_IB
Expand Down

0 comments on commit 1284731

Please sign in to comment.