boards/renesas/rx65n: Fix ifdef string in header files. The old configs folder was migrated to Boards/<arch> and we should fix the ifdef.

This commit is contained in:
Alin Jerpelea 2019-11-12 08:11:16 -06:00 committed by Gregory Nutt
parent b7e8670af1
commit 8a7f81f427
4 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
/***************************************************************************
* configs/rx65n/include/board.h
* boards/renesas/rx65n/rx65n-grrose/include/board.h
*
* Copyright (C) 2008-2019 Gregory Nutt. All rights reserved.
* Author: Anjana <anjana@tataelxsi.co.in>
@ -33,8 +33,8 @@
*
***************************************************************************/
#ifndef _CONFIGS_RX65N_BOARD_H
#define _CONFIGS_RX65N_BOARD_H
#ifndef __BOARDS_RENESAS_RX65N_RX65N_GRROSE_INCLUDE_BOARD_H
#define __BOARDS_RENESAS_RX65N_RX65N_GRROSE_INCLUDE_BOARD_H
/***************************************************************************
* Included Files
@ -147,4 +147,4 @@ extern "C"
#endif
#endif
#endif /* _CONFIGS_RX65N_BOARD_H */
#endif /* __BOARDS_RENESAS_RX65N_RX65N_GRROSE_INCLUDE_BOARD_H */

View File

@ -1,5 +1,5 @@
/***************************************************************************
* configs/rx65n/include/board.h
* boards/renesas/rx65n/rx65n-rsklmb/include/board.h
*
* Copyright (C) 2008-2019 Gregory Nutt. All rights reserved.
* Author: Anjana <anjana@tataelxsi.co.in>
@ -33,8 +33,8 @@
*
***************************************************************************/
#ifndef _CONFIGS_RX65N_BOARD_H
#define _CONFIGS_RX65N_BOARD_H
#ifndef __BOARDS_RENESAS_RX65N_RX65N_RSKLMB_INCLUDE_BOARD_H
#define __BOARDS_RENESAS_RX65N_RX65N_RSKLMB_INCLUDE_BOARD_H
/***************************************************************************
* Included Files
@ -147,4 +147,4 @@ extern "C"
#endif
#endif
#endif /* _CONFIGS_RX65N_BOARD_H */
#endif /* __BOARDS_RENESAS_RX65N_RX65N_RSKLMB_INCLUDE_BOARD_H */

View File

@ -1,5 +1,5 @@
/***************************************************************************
* configs/rx65n/include/board.h
* boards/renesas/rx65n/rx65n-rsk2mb/include/board.h
*
* Copyright (C) 2008-2019 Gregory Nutt. All rights reserved.
* Author: Anjana <anjana@tataelxsi.co.in>
@ -33,8 +33,8 @@
*
***************************************************************************/
#ifndef _CONFIGS_RX65N_BOARD_H
#define _CONFIGS_RX65N_BOARD_H
#ifndef __BOARDS_RENESAS_RX65N_RX65N_RSK2MB_INCLUDE_BOARD_H
#define __BOARDS_RENESAS_RX65N_RX65N_RSK2MB_INCLUDE_BOARD_H
/***************************************************************************
* Included Files
@ -147,4 +147,4 @@ extern "C"
#endif
#endif
#endif /* _CONFIGS_RX65N_BOARD_H */
#endif /* __BOARDS_RENESAS_RX65N_RX65N_RSK2MB_INCLUDE_BOARD_H */

View File

@ -1,5 +1,5 @@
/***************************************************************************
* configs/rx65n/include/board.h
* boards/renesas/rx65n/rx65n/include/board.h
*
* Copyright (C) 2008-2019 Gregory Nutt. All rights reserved.
* Author: Anjana <anjana@tataelxsi.co.in>
@ -33,8 +33,8 @@
*
***************************************************************************/
#ifndef _CONFIGS_RX65N_BOARD_H
#define _CONFIGS_RX65N_BOARD_H
#ifndef __BOARDS_RENESAS_RX65N_RX65N_INCLUDE_BOARD_H
#define __BOARDS_RENESAS_RX65N_RX65N_INCLUDE_BOARD_H
/***************************************************************************
* Included Files
@ -147,4 +147,4 @@ extern "C"
#endif
#endif
#endif /* _CONFIGS_RX65N_BOARD_H */
#endif /* __BOARDS_RENESAS_RX65N_RX65N_INCLUDE_BOARD_H */