diff options
Diffstat (limited to 'src/sam3/gpio.c')
-rw-r--r-- | src/sam3/gpio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sam3/gpio.c b/src/sam3/gpio.c index 065663f9..7e6a1dab 100644 --- a/src/sam3/gpio.c +++ b/src/sam3/gpio.c @@ -14,6 +14,8 @@ static Pio * const digital_regs[] = { #if CONFIG_MACH_SAM3X8E PIOA, PIOB, PIOC, PIOD +#elif CONFIG_MACH_SAM4S8C + PIOA, PIOB, PIOC #elif CONFIG_MACH_SAM4E8E PIOA, PIOB, PIOC, PIOD, PIOE #endif |