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 <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-06-16 10:15:54 +02:00 committed by Xiang Xiao
parent 869535e470
commit 8ea16655a6
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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