We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebc3be commit c2e80c2Copy full SHA for c2e80c2
src/app/util/attribute-table.h
@@ -27,8 +27,10 @@
27
28
struct EmberAfWriteDataInput
29
{
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
+ // Where the input data originates from.
+ //
32
+ // NOTE: at this time there is no information regarding
33
+ // input buffer size and it is assumed "correct" for the given data type.
34
//
35
// NOTE: technically this should be `const uint8_t*`, however ember internal logic uses a
36
// `emAfReadOrWriteAttribute` method and because of the duality of read/write it needs
0 commit comments