You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/16 14:03:25 UTC

[incubator-nuttx-apps] 10/17: canutils: fix relative path CI error

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

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

commit 8ea16655a64b18932eaaf00d9c413cae3fff58d2
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Wed Jun 16 10:15:54 2021 +0200

    canutils: fix relative path CI error
    
    error: Path relative to repository other than nuttx must begin with the root directory
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 canutils/libobd2/obd2.c             | 2 +-
 canutils/libobd2/obd_decodepid.c    | 2 +-
 canutils/libobd2/obd_sendrequest.c  | 2 +-
 canutils/libobd2/obd_waitresponse.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/canutils/libobd2/obd2.c b/canutils/libobd2/obd2.c
index bb38f60..fcf007b 100644
--- a/canutils/libobd2/obd2.c
+++ b/canutils/libobd2/obd2.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * canutils/libobd2/obd2.c
+ * apps/canutils/libobd2/obd2.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/canutils/libobd2/obd_decodepid.c b/canutils/libobd2/obd_decodepid.c
index 9ac9b52..bc7e511 100644
--- a/canutils/libobd2/obd_decodepid.c
+++ b/canutils/libobd2/obd_decodepid.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * canutils/libobd2/obd_decodepid.c
+ * apps/canutils/libobd2/obd_decodepid.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/canutils/libobd2/obd_sendrequest.c b/canutils/libobd2/obd_sendrequest.c
index 84a994d..370d93a 100644
--- a/canutils/libobd2/obd_sendrequest.c
+++ b/canutils/libobd2/obd_sendrequest.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * canutils/libobd2/obd_sendrequest.c
+ * apps/canutils/libobd2/obd_sendrequest.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
diff --git a/canutils/libobd2/obd_waitresponse.c b/canutils/libobd2/obd_waitresponse.c
index 3309426..6319c5f 100644
--- a/canutils/libobd2/obd_waitresponse.c
+++ b/canutils/libobd2/obd_waitresponse.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * canutils/libobd2/obd_waitresponse.c
+ * apps/canutils/libobd2/obd_waitresponse.c
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with