gaze18: Set PWM pin to ALT
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
546dd30b5e
commit
b1bd244d49
@ -76,7 +76,7 @@ void gpio_init() {
|
|||||||
// Set GPIO control
|
// Set GPIO control
|
||||||
|
|
||||||
// EC_PWM_PIN_24
|
// EC_PWM_PIN_24
|
||||||
GPCRA0 = GPIO_IN;
|
GPCRA0 = GPIO_ALT;
|
||||||
// KBC_BEEP
|
// KBC_BEEP
|
||||||
GPCRA1 = GPIO_ALT;
|
GPCRA1 = GPIO_ALT;
|
||||||
// CPU_FAN
|
// CPU_FAN
|
||||||
|
Reference in New Issue
Block a user