From c2e80c2a6e693879c90584d39363ddb686f1157b Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 9 Sep 2024 12:30:20 -0400 Subject: [PATCH] Update src/app/util/attribute-table.h Co-authored-by: Tennessee Carmel-Veilleux --- src/app/util/attribute-table.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/util/attribute-table.h b/src/app/util/attribute-table.h index 5ce0512afe36c2..6241f45c988733 100644 --- a/src/app/util/attribute-table.h +++ b/src/app/util/attribute-table.h @@ -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