Turn off VDD3 when CPU is off and AC is not connected

This commit is contained in:
Jeremy Soller
2020-04-04 19:36:01 -06:00
parent ee8e0a2257
commit 825677bfb5
3 changed files with 16 additions and 4 deletions

View File

@@ -46,5 +46,6 @@ extern struct Gpio __code VA_EC_EN;
extern struct Gpio __code VR_ON;
extern struct Gpio __code WLAN_EN;
extern struct Gpio __code WLAN_PWR_EN;
extern struct Gpio __code XLP_OUT;
#endif // _BOARD_GPIO_H