From 8ea16655a64b18932eaaf00d9c413cae3fff58d2 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 16 Jun 2021 10:15:54 +0200 Subject: [PATCH] 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 --- 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 bb38f6092..fcf007b2a 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 9ac9b52b0..bc7e5110c 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 84a994d67..370d93a9a 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 330942631..6319c5f72 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