Revert "include/canutils/lely: fix file path in comment header"

This reverts commit bc84e5eb3c.
This commit is contained in:
Petro Karashchenko 2022-10-23 09:28:49 +03:00
parent ad48457183
commit 8e1ee24f9e

View File

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