Skip to content

Commit c2e80c2

Browse files
Update src/app/util/attribute-table.h
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
1 parent 3ebc3be commit c2e80c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/util/attribute-table.h

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727

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

0 commit comments

Comments
 (0)