Skip to content

Commit

Permalink
Add a definition of NodeId to basic-types.h (#3587)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Nov 3, 2020
1 parent e931c96 commit 2f863fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/util/basic-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ typedef CHIPGroupId EmberMulticastId;
typedef uint16_t EmberAfProfileId;

#ifdef __cplusplus
// Pull in NodeId
#include <transport/raw/MessageHeader.h>

namespace chip {
typedef CHIPEndpointId EndpointId;
typedef CHIPClusterId ClusterId;
Expand Down

0 comments on commit 2f863fc

Please sign in to comment.