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 b2d24f76885873d06ed8e37fea27d85e1aef0643 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 20 12:01:06 2023 +0100 apps/netutils/tftpc/Make.defs: fix nxstyle Add missing first line header --- netutils/tftpc/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/tftpc/Make.defs b/netutils/tftpc/Make.defs index d213f6a75..aeb33fe94 100644 --- a/netutils/tftpc/Make.defs +++ b/netutils/tftpc/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/tftpc/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
