diff options
Diffstat (limited to 'src/sam4e8e/internal.h')
-rw-r--r-- | src/sam4e8e/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sam4e8e/internal.h b/src/sam4e8e/internal.h index 2cd3f78f..cf0e0f81 100644 --- a/src/sam4e8e/internal.h +++ b/src/sam4e8e/internal.h @@ -8,6 +8,6 @@ #define GPIO2PORT(PIN) ((PIN) / 32) #define GPIO2BIT(PIN) (1<<((PIN) % 32)) -void gpio_set_peripheral(char bank, uint32_t bit, char ptype, uint32_t pull_up); +void gpio_peripheral(uint32_t gpio, char ptype, int32_t pull_up); #endif // internal.h |