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:
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user