This commit is contained in:
DefenderOfHyrule 2024-07-08 11:25:00 +02:00
parent 0f06693fb1
commit 4f9a281876

2
main.c
View file

@ -102,7 +102,7 @@ int main()
// is chip reset required // is chip reset required
bool force_button = detect_by_pull_up(1, 0); bool force_button = detect_by_pull_up(1, 0);
// start LED // start LED
put_pixel(PIX_red); put_pixel(PIX_gre);
// test pins // test pins
self_test(); self_test();
// wait till the CPU has proper power & started reading the eMMC // wait till the CPU has proper power & started reading the eMMC