Do less re-initialization of smbus, add battery charger enabling

This commit is contained in:
Jeremy Soller
2019-11-05 14:42:15 -07:00
parent aee44bbce0
commit 976874f525
5 changed files with 44 additions and 52 deletions

View File

@ -99,9 +99,9 @@ void touchpad_event(struct Ps2 * ps2) {
//TODO
}
//struct Gpio __code LED_PWR = GPIO(A, 7);
//struct Gpio __code LED_AIRPLANE_N = GPIO(G, 6);
struct Gpio __code LED_PWR = GPIO(A, 7);
struct Gpio __code LED_SSD_N = GPIO(G, 6);
struct Gpio __code LED_AIRPLANE_N = GPIO(G, 6);
void main(void) {
init();