Skip to content

Commit

Permalink
Add FEATURE_FLOW_CONTROL_TYPE to the feature bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Oct 15, 2024
1 parent a2f13ad commit fb7d9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zigbee_ncp/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@
#define FEATURE_MANUAL_SOURCE_ROUTE (0b00000000000000000000000000000010)
#define FEATURE_MFG_TOKEN_OVERRIDES (0b00000000000000000000000000000100)
#define FEATURE_BUILD_STRING (0b00000000000000000000000000001000)
#define FEATURE_FLOW_CONTROL_TYPE (0b00000000000000000000000000010000)

#define SUPPORTED_FEATURES ( \
FEATURE_MEMBER_OF_ALL_GROUPS \
| FEATURE_MANUAL_SOURCE_ROUTE \
| FEATURE_MFG_TOKEN_OVERRIDES \
| FEATURE_BUILD_STRING \
| FEATURE_FLOW_CONTROL_TYPE \
)

extern sli_zigbee_route_table_entry_t sli_zigbee_route_table[];
Expand Down

0 comments on commit fb7d9fd

Please sign in to comment.