debug GPIO before hello message
This commit is contained in:
parent
ded5181926
commit
aa25bf1cea
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user