You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/03/20 13:17:22 UTC

[nuttx-apps] 06/23: apps/netutils/esp8266/Make.defs: fix nxstyle

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 a75dd4be405afd2584c06b0f6532745b5f7f57c9
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Mon Mar 20 11:36:15 2023 +0100

    apps/netutils/esp8266/Make.defs: fix nxstyle
    
    Add missing first line header
---
 netutils/esp8266/Make.defs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netutils/esp8266/Make.defs b/netutils/esp8266/Make.defs
index 8a1a06209..d78ee97f7 100644
--- a/netutils/esp8266/Make.defs
+++ b/netutils/esp8266/Make.defs
@@ -1,3 +1,4 @@
+############################################################################
 # apps/netutils/esp8266/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more