mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 16:06:51 +00:00
Add some conditional compilation to handle improper inclusion of header file
This commit is contained in:
parent
4acd296926
commit
c8793637ee
1 changed files with 4 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue