diff options
Diffstat (limited to 'src/sam3x8e/gpio.h')
-rw-r--r-- | src/sam3x8e/gpio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sam3x8e/gpio.h b/src/sam3x8e/gpio.h index ec3ea821..be9d41c0 100644 --- a/src/sam3x8e/gpio.h +++ b/src/sam3x8e/gpio.h @@ -1,9 +1,7 @@ #ifndef __SAM3X8E_GPIO_H #define __SAM3X8E_GPIO_H -#include <stdint.h> - -void gpio_peripheral(char bank, uint32_t bit, char ptype, uint32_t pull_up); +#include <stdint.h> // uint32_t struct gpio_out { void *regs; |