You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2023/03/24 18:04:54 UTC

[nuttx-apps] 02/05: apps/wireless/ieee802154/libutils/Makefile: fix nxstyle

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit ef7e2a863698b416cde453523b14c3086f4a01aa
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Thu Mar 23 15:09:06 2023 +0100

    apps/wireless/ieee802154/libutils/Makefile: fix nxstyle
    
    fix error: Relative file path does not match actual file
---
 wireless/ieee802154/libutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wireless/ieee802154/libutils/Makefile b/wireless/ieee802154/libutils/Makefile
index 80ed3e888..164379ef9 100644
--- a/wireless/ieee802154/libutils/Makefile
+++ b/wireless/ieee802154/libutils/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# apps/wireless/ieee802154/libmac/Makefile
+# apps/wireless/ieee802154/libutils/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with