This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 4b401d95b11ee2dfb6d250945572f478e5926ede Author: simbit18 <[email protected]> AuthorDate: Mon Mar 20 11:58:15 2023 +0100 apps/netutils/telnetc/Make.defs: fix nxstyle Add missing first line header --- netutils/telnetc/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/telnetc/Make.defs b/netutils/telnetc/Make.defs index efe9c434f..a9da1ef00 100644 --- a/netutils/telnetc/Make.defs +++ b/netutils/telnetc/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/telnetc/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
