diff --git a/src/lib/core/CHIPError.h b/src/lib/core/CHIPError.h index 45f8f710915b3a..d26b5a10170847 100644 --- a/src/lib/core/CHIPError.h +++ b/src/lib/core/CHIPError.h @@ -2207,15 +2207,6 @@ using CHIP_ERROR = ::chip::ChipError; */ #define CHIP_ERROR_IM_STATUS_CODE_RECEIVED CHIP_CORE_ERROR(0xca) -/* - * @def CHIP_ERROR_ANOTHER_COMMISSIONING_IN_PROGRESS - * - * @brief - * Indicates that the commissioning window on the device is already open, and another - * commissioning is in progress - */ -#define CHIP_ERROR_ANOTHER_COMMISSIONING_IN_PROGRESS CHIP_CORE_ERROR(0xcb) - /** * @def CHIP_ERROR_IM_MALFORMED_COMMAND_STATUS_IB * @@ -2315,6 +2306,15 @@ using CHIP_ERROR = ::chip::ChipError; */ #define CHIP_ERROR_IM_MALFORMED_EVENT_REPORT_IB CHIP_CORE_ERROR(0xd5) +/* + * @def CHIP_ERROR_ANOTHER_COMMISSIONING_IN_PROGRESS + * + * @brief + * Indicates that the commissioning window on the device is already open, and another + * commissioning is in progress + */ +#define CHIP_ERROR_ANOTHER_COMMISSIONING_IN_PROGRESS CHIP_CORE_ERROR(0xd6) + /** * @} */