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:
parent
afcd13e634
commit
c9d7cfae82
@ -46,6 +46,8 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "chip/sam_memorymap.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user