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) {
|
void main(void) {
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
gpio_debug();
|
||||||
|
|
||||||
// Set the battery full LED (to know our firmware is loaded)
|
// Set the battery full LED (to know our firmware is loaded)
|
||||||
gpio_set(&LED_BAT_FULL, true);
|
gpio_set(&LED_BAT_FULL, true);
|
||||||
printf("Hello from System76 EC for %s!\n", MODEL);
|
printf("Hello from System76 EC for %s!\n", MODEL);
|
||||||
|
|
||||||
gpio_debug();
|
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
power_button(&PWR_SW);
|
power_button(&PWR_SW);
|
||||||
kbc_event(&KBC);
|
kbc_event(&KBC);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user