mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 15:37:23 +00:00
boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h: Fix ifdef string. The old configs folder was migrated to Boards/<arch> and we should fix the ifdef.
This commit is contained in:
parent
8a7f81f427
commit
5e8eb7776d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/arm/imxrt/src/imxrt1020-evk.h
|
||||
* boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h
|
||||
*
|
||||
* Copyright (C) 2018 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __CONFIGS_IMXRT1020_EVK_SRC_IMXRT1020_H
|
||||
#define __CONFIGS_IMXRT1020_EVK_SRC_IMXRT1020_H
|
||||
#ifndef __BOARDS_ARM_IMXRT_IMXRT1020_EVK_SRC_IMXRT1020_EVK_H
|
||||
#define __BOARDS_ARM_IMXRT_IMXRT1020_EVK_SRC_IMXRT1020_EVK_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -136,4 +136,4 @@ int imxrt_gpio_initialize(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __CONFIGS_IMXRT1020_EVK_SRC_IMXRT1020_H */
|
||||
#endif /* __BOARDS_ARM_IMXRT_IMXRT1020_EVK_SRC_IMXRT1020_EVK_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue