Skip to content

Commit

Permalink
Ensure CHIP_EXCHANGE_HOLDER_DETAIL_LOGGING is always defined. (#29228)
Browse files Browse the repository at this point in the history
Possibly as 0.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 12, 2024
1 parent 5b1fcfe commit 1366320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/messaging/ExchangeHolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#include <lib/support/IntrusiveList.h>
#include <messaging/ExchangeContext.h>

#ifndef CHIP_EXCHANGE_HOLDER_DETAIL_LOGGING
#define CHIP_EXCHANGE_HOLDER_DETAIL_LOGGING 0
#endif // CHIP_EXCHANGE_HOLDER_DETAIL_LOGGING

namespace chip {
namespace Messaging {

Expand Down

0 comments on commit 1366320

Please sign in to comment.