mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h: Fix ifdef string. The old configs folder was migrated to Boards/<arch> and we should fix the ifdef.
This commit is contained in:
committed by
Gregory Nutt
parent
5e8eb7776d
commit
64aff3bf6d
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef _CONFIGS_LINCOLN60_SRC_LINCOLN60_H
|
||||
#define _CONFIGS_LINCOLN60_SRC_LINCOLN60_H
|
||||
#ifndef _BOARDS_ARM_LPC17XX_40XX_LINCOLN60_SRC_LINCOLN60_H
|
||||
#define _BOARDS_ARM_LPC17XX_40XX_LINCOLN60_SRC_LINCOLN60_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -113,4 +113,4 @@
|
||||
void weak_function lincoln60_sspdev_initialize(void);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* _CONFIGS_LINCOLN60_SRC_LINCOLN60_H */
|
||||
#endif /* _BOARDS_ARM_LPC17XX_40XX_LINCOLN60_SRC_LINCOLN60_H */
|
||||
|
||||
Reference in New Issue
Block a user