diff options
Diffstat (limited to 'src/atsamd/internal.h')
-rw-r--r-- | src/atsamd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atsamd/internal.h b/src/atsamd/internal.h index 7043007f..5606a4ce 100644 --- a/src/atsamd/internal.h +++ b/src/atsamd/internal.h @@ -8,7 +8,7 @@ #define GPIO2PORT(PIN) ((PIN) / 32) #define GPIO2BIT(PIN) (1<<((PIN) % 32)) -void enable_pclock(uint32_t clock_id, uint32_t pmask); +void enable_pclock(uint32_t pclk_id, uint32_t pm_id); void gpio_peripheral(uint32_t gpio, char ptype, int32_t pull_up); #endif // internal.h |