mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
Include K66 memory map
This commit is contained in:
parent
6597e46ce7
commit
e28781ebeb
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@
|
|||
# include "chip/kinetis_k60memorymap.h"
|
||||
#elif defined(KINETIS_K64)
|
||||
# include "chip/kinetis_k64memorymap.h"
|
||||
#elif defined(KINETIS_K66)
|
||||
# include "chip/kinetis_k66memorymap.h"
|
||||
#else
|
||||
# error "No memory map for this Kinetis part"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue