Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/atsamd/internal.h')
-rw-r--r--src/atsamd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atsamd/internal.h b/src/atsamd/internal.h
index 310102c5f..967833c9b 100644
--- a/src/atsamd/internal.h
+++ b/src/atsamd/internal.h
@@ -22,7 +22,7 @@
#define GET_FUSE(REG) \
((*((uint32_t*)(REG##_ADDR)) & (REG##_Msk)) >> (REG##_Pos))
-void enable_pclock(uint32_t pclk_id, uint32_t pm_id);
+void enable_pclock(uint32_t pclk_id, int32_t pm_id);
uint32_t get_pclock_frequency(uint32_t pclk_id);
void gpio_peripheral(uint32_t gpio, char ptype, int32_t pull_up);