From 15c6c91b8a535f8e079b4aa6c7da773b9f449910 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 16 Jun 2021 10:20:04 +0200 Subject: [PATCH] include: fix relative path CI error error: Path relative to repository other than nuttx must begin with the root directory Signed-off-by: Alin Jerpelea --- include/canutils/obd.h | 2 +- include/canutils/obd_frame.h | 2 +- include/canutils/obd_pid.h | 2 +- include/graphics/nxwidgets/clatchbuttonarray.hxx | 2 +- include/graphics/nxwidgets/clistboxdataitem.hxx | 2 +- include/graphics/nxwidgets/cnxstring.hxx | 2 +- include/graphics/nxwidgets/cnxwidget.hxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/canutils/obd.h b/include/canutils/obd.h index 54a27dd2a..6d9b294d8 100644 --- a/include/canutils/obd.h +++ b/include/canutils/obd.h @@ -1,5 +1,5 @@ /**************************************************************************** - * include/canutils/obd.h + * apps/include/canutils/obd.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/canutils/obd_frame.h b/include/canutils/obd_frame.h index 435acc9b9..6e06b6bc3 100644 --- a/include/canutils/obd_frame.h +++ b/include/canutils/obd_frame.h @@ -1,5 +1,5 @@ /**************************************************************************** - * include/canutils/obd_frame.h + * apps/include/canutils/obd_frame.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/canutils/obd_pid.h b/include/canutils/obd_pid.h index b534f47e0..2a0095111 100644 --- a/include/canutils/obd_pid.h +++ b/include/canutils/obd_pid.h @@ -1,5 +1,5 @@ /**************************************************************************** - * include/canutils/obd_pid.h + * apps/include/canutils/obd_pid.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/graphics/nxwidgets/clatchbuttonarray.hxx b/include/graphics/nxwidgets/clatchbuttonarray.hxx index 179c7ce05..e2c34f205 100644 --- a/include/graphics/nxwidgets/clatchbuttonarray.hxx +++ b/include/graphics/nxwidgets/clatchbuttonarray.hxx @@ -1,5 +1,5 @@ /**************************************************************************** - * include/clatchbuttonarray.hxx + * apps/include/clatchbuttonarray.hxx * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/graphics/nxwidgets/clistboxdataitem.hxx b/include/graphics/nxwidgets/clistboxdataitem.hxx index fcd1cd947..4d88c1345 100644 --- a/include/graphics/nxwidgets/clistboxdataitem.hxx +++ b/include/graphics/nxwidgets/clistboxdataitem.hxx @@ -1,5 +1,5 @@ /**************************************************************************** - * include/clistboxdataitem.hxx + * apps/include/clistboxdataitem.hxx * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/graphics/nxwidgets/cnxstring.hxx b/include/graphics/nxwidgets/cnxstring.hxx index 4748a40df..525b98e3a 100644 --- a/include/graphics/nxwidgets/cnxstring.hxx +++ b/include/graphics/nxwidgets/cnxstring.hxx @@ -1,5 +1,5 @@ /**************************************************************************** - * include/cnxtring.hxx + * apps/include/cnxtring.hxx * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/include/graphics/nxwidgets/cnxwidget.hxx b/include/graphics/nxwidgets/cnxwidget.hxx index 50ecf6be1..b1b6219ed 100644 --- a/include/graphics/nxwidgets/cnxwidget.hxx +++ b/include/graphics/nxwidgets/cnxwidget.hxx @@ -1,5 +1,5 @@ /**************************************************************************** - * include/cnxwidget.hxx + * apps/include/cnxwidget.hxx * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with