Skip to content

Commit

Permalink
[attribute storage] af-types: include configuration
Browse files Browse the repository at this point in the history
- adding dynamicAttributeStorage conditionally based on
  CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT makes this header
  dependent on device config, so it must actually include it.
  • Loading branch information
plan44 committed Aug 29, 2023
1 parent 8e436c4 commit 3e2d0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/util/af-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* @{
*/

#include <platform/CHIPDeviceConfig.h> // For CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT

#include <stdbool.h> // For bool
#include <stddef.h> // For NULL.
#include <stdint.h> // For various uint*_t types
Expand Down

0 comments on commit 3e2d0cb

Please sign in to comment.