From 64aff3bf6d168ee6f3b8e1af50734d3de0a7987c Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2019 08:13:39 -0600 Subject: [PATCH] boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h: Fix ifdef string. The old configs folder was migrated to Boards/ and we should fix the ifdef. --- boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h b/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h index e00af7f1fd..c4a958282a 100644 --- a/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h +++ b/boards/arm/lpc17xx_40xx/lincoln60/src/lincoln60.h @@ -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 */