From 4f9a2818768b7c4e7bd274916262185ae3f7dac2 Mon Sep 17 00:00:00 2001 From: DefenderOfHyrule <11156197+DefenderOfHyrule@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:25:00 +0200 Subject: [PATCH] publish --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3c1313b..accf849 100644 --- a/main.c +++ b/main.c @@ -102,7 +102,7 @@ int main() // is chip reset required bool force_button = detect_by_pull_up(1, 0); // start LED - put_pixel(PIX_red); + put_pixel(PIX_gre); // test pins self_test(); // wait till the CPU has proper power & started reading the eMMC