Skip to content

Commit

Permalink
one more ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Aug 14, 2024
1 parent 7685931 commit bcb24b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,11 @@ namespace AcceptedCommandList {
static constexpr AttributeId Id = Globals::Attributes::AcceptedCommandList::Id;
} // namespace AcceptedCommandList

#if CHIP_CONFIG_ENABLE_EVENTLIST_ATTRIBUTE
namespace EventList {
static constexpr AttributeId Id = Globals::Attributes::EventList::Id;
} // namespace EventList
#endif

namespace AttributeList {
static constexpr AttributeId Id = Globals::Attributes::AttributeList::Id;
Expand Down

0 comments on commit bcb24b3

Please sign in to comment.