SAM PIO: sam_pio.h needs to include chip/sam_memorymap.h in order to resolve some conditional logic properly

This commit is contained in:
Gregory Nutt 2015-05-01 13:41:28 -06:00
parent afcd13e634
commit c9d7cfae82

View File

@ -46,6 +46,8 @@
#include <stdint.h>
#include <stdbool.h>
#include "chip/sam_memorymap.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/