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 2022/10/23 06:28:56 UTC

[incubator-nuttx-apps] 01/07: Revert "include/canutils/lely: fix file path in comment header"

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

pkarashchenko pushed a commit to branch revert-1377-minor_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit a9c76b8d0d2e8216af97d6282f80a78b988de309
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Sun Oct 23 09:28:49 2022 +0300

    Revert "include/canutils/lely: fix file path in comment header"
    
    This reverts commit bc84e5eb3cc17d8c89cfe63a7a130702d6241365.
---
 include/canutils/lely/config.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/canutils/lely/config.h b/include/canutils/lely/config.h
index 339a953ee..b6cfee4cc 100644
--- a/include/canutils/lely/config.h
+++ b/include/canutils/lely/config.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- * apps/include/canutils/lely/config.h
+ * apps/canutils/lely/config.h
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -18,8 +18,8 @@
  *
  ****************************************************************************/
 
-#ifndef __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H
-#define __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H
+#ifndef __CANUTILS_LELY_CONFIG_H
+#define __CANUTILS_LELY_CONFIG_H
 
 /****************************************************************************
  * Included Files
@@ -275,4 +275,4 @@
 #  define LELY_NO_CO_COAPP_SLAVE 1
 #endif
 
-#endif  /* __APPS_INCLUDE_CANUTILS_LELY_CONFIG_H */
+#endif  /* __CANUTILS_LELY_CONFIG_H */