From 40b5de168048e88e6ded1259a18fb2830e8c149e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 15 Jan 2019 10:12:32 -0500 Subject: atsamd: Pass the power management id to enable_pclock() Pass the power management id instead of the APBCMASK bit to the enable_pclock() function. Signed-off-by: Kevin O'Connor --- src/atsamd/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/atsamd/i2c.c') diff --git a/src/atsamd/i2c.c b/src/atsamd/i2c.c index 801c0e32..71376322 100644 --- a/src/atsamd/i2c.c +++ b/src/atsamd/i2c.c @@ -23,7 +23,7 @@ i2c_init(void) have_run_init = 1; // Setup clock - enable_pclock(SERCOM3_GCLK_ID_CORE, PM_APBCMASK_SERCOM3); + enable_pclock(SERCOM3_GCLK_ID_CORE, ID_SERCOM3); // Configure SDA, SCL pins gpio_peripheral(GPIO('A', 22), 'C', 0); -- cgit v1.2.3-70-g09d2