debug GPIO before hello message

This commit is contained in:
Jeremy Soller 2019-09-29 20:14:43 -06:00
parent ded5181926
commit aa25bf1cea
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -70,12 +70,12 @@ __code const char * MODEL = "galp3-c";
void main(void) {
init();
gpio_debug();
// Set the battery full LED (to know our firmware is loaded)
gpio_set(&LED_BAT_FULL, true);
printf("Hello from System76 EC for %s!\n", MODEL);
gpio_debug();
for(;;) {
power_button(&PWR_SW);
kbc_event(&KBC);