gaze18: Set PWM pin to ALT

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2023-03-07 14:04:31 -07:00
committed by Jeremy Soller
parent 546dd30b5e
commit b1bd244d49

View File

@ -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