Add some conditional compilation to handle improper inclusion of header file

This commit is contained in:
Gregory Nutt 2016-07-01 13:24:31 -06:00
parent 4acd296926
commit c8793637ee

View File

@ -44,12 +44,14 @@
#include "chip.h"
#ifdef KINETIS_K64
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/* Memory Map ***********************************************************************/
/* K64 Family ***********************************************************************
/* K64 Family
*
* The memory map for the following parts is defined in NXP document
* K64P144M120SF5RM.pdf
@ -207,4 +209,5 @@
* Public Functions
************************************************************************************/
#endif /* KINETIS_K64 */
#endif /* __ARCH_ARM_SRC_KINETIS_CHIP_KINETIS_K64MEMORYMAP_H */