SAMD/L: Move content of chip/sam_memorymap.h to chip.h; move chip/sam_pinmap. to sam_pinmap.h for consistency with other header files

This commit is contained in:
Gregory Nutt 2015-05-17 15:34:51 -06:00
parent 358629b6ec
commit 746217ee5c

View File

@ -49,7 +49,7 @@
#include <nuttx/irq.h>
#include "sam_config.h"
#include "chip/sam_pinmap.h"
#include "sam_pinmap.h"
/************************************************************************************
* Pre-processor Definitions