Skip to content

Commit

Permalink
Merge branch 'ember_cluster_version_increase_decouple' of github.com:…
Browse files Browse the repository at this point in the history
…andy31415/connectedhomeip into ember_cluster_version_increase_decouple
  • Loading branch information
andy31415 committed Sep 9, 2024
2 parents e87d063 + c2e80c2 commit 574edce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/util/attribute-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@

struct EmberAfWriteDataInput
{
// Where the input data originates from. NOTE: at this time there is no information regarding
// input buffer size and it is assumed "correct" for the given data type
// Where the input data originates from.
//
// NOTE: at this time there is no information regarding
// input buffer size and it is assumed "correct" for the given data type.
//
// NOTE: technically this should be `const uint8_t*`, however ember internal logic uses a
// `emAfReadOrWriteAttribute` method and because of the duality of read/write it needs
Expand Down

0 comments on commit 574edce

Please sign in to comment.