This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit dca76ccb7853f2e96aa4add40dbe924209d2259c Author: Matteo Golin <[email protected]> AuthorDate: Thu Feb 19 00:07:07 2026 -0500 codespell: Ignore lines without typos Ignore some new lines with incorrect spelling error detection. Signed-off-by: Matteo Golin <[email protected]> --- .codespell-ignore-lines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codespell-ignore-lines b/.codespell-ignore-lines index 4b6f55c66..45628423d 100644 --- a/.codespell-ignore-lines +++ b/.codespell-ignore-lines @@ -1,6 +1,8 @@ mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c mynewt-nimble/nimble/host/services/ans/include +#include "services/ans/ble_svc_ans.h" #include "crypto/controlse/ccertificate.hxx" + * notifications for the ANS Unread Alert Status characteristic object = new Controlse::CCertificate( Controlse::CCertificate cert(se, settings->key_id); auto certificate = Controlse::CCertificate(
