Skip to content

Commit

Permalink
Add shim for ApplicationLauncher::ApplicationLanucherStatusEnum (#30202)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Feb 1, 2024
1 parent 44337a6 commit 1563979
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 Channel {
using ChannelStatusEnum = StatusEnum;
} // namespace Channel
Expand Down

0 comments on commit 1563979

Please sign in to comment.