lemp12: set PD_POWER_EN to output
This commit is contained in:
@ -206,7 +206,7 @@ void gpio_init(void) {
|
||||
// 3G_EN
|
||||
GPCRH3 = GPIO_OUT | GPIO_UP;
|
||||
// PD_POWER_EN
|
||||
GPCRH4 = GPIO_IN;
|
||||
GPCRH4 = GPIO_OUT;
|
||||
// JACK_IN#_EC
|
||||
GPCRH5 = GPIO_IN;
|
||||
// SUSB#_PCH
|
||||
|
Reference in New Issue
Block a user