|
|
@@ -50,9 +50,9 @@ void gpio_init(void){
|
|
|
gpio_mode_output(GPIOF, GPIO_PUPD_NONE, GPIO_OTYPE_PP, GPIO_OSPEED_10MHZ, GPIO_PIN_1);
|
|
|
//charger detect
|
|
|
gpio_mode_input(GPIOB, GPIO_PUPD_NONE, GPIO_PIN_10);
|
|
|
- //aux 12v power enable
|
|
|
+ //aux power enable
|
|
|
gpio_mode_output(GPIOB, GPIO_PUPD_NONE, GPIO_OTYPE_PP, GPIO_OSPEED_10MHZ, GPIO_PIN_2);
|
|
|
- //aux 12v lock detect
|
|
|
+ //aux power lock detect
|
|
|
gpio_mode_input(GPIOB, GPIO_PUPD_NONE, GPIO_PIN_11);
|
|
|
//DC-DC power good indicat
|
|
|
gpio_mode_input(GPIOF, GPIO_PUPD_NONE, GPIO_PIN_7);
|