aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3x8e/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sam3x8e/internal.h')
-rw-r--r--src/sam3x8e/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sam3x8e/internal.h b/src/sam3x8e/internal.h
index 733ef694..8246d7a4 100644
--- a/src/sam3x8e/internal.h
+++ b/src/sam3x8e/internal.h
@@ -8,6 +8,6 @@
#define GPIO2PORT(PIN) ((PIN) / 32)
#define GPIO2BIT(PIN) (1<<((PIN) % 32))
-void gpio_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