Skip to content

Commit

Permalink
Add shim for ApplicationLauncher::ApplicationLanucherStatusEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Nov 3, 2023
1 parent 6146382 commit 200008c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/CompatEnumNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ using OTAChangeReasonEnum = ChangeReasonEnum;
using OTAUpdateStateEnum = UpdateStateEnum;
} // namespace OtaSoftwareUpdateRequestor

namespace ApplicationLauncher {
// https://github.com/project-chip/connectedhomeip/pull/30134 renamed this
using ApplicationLauncherStatusEnum = StatusEnum;
} // namespace ApplicationLauncher

} // namespace Clusters
} // namespace app
} // namespace chip

0 comments on commit 200008c

Please sign in to comment.