fix duplicated frame initialization
Some checks failed
Arduino Pong CI / build (macos-latest) (push) Has been cancelled
Arduino Pong CI / build (ubuntu-latest) (push) Has been cancelled
Arduino Pong CI / build (windows-latest) (push) Has been cancelled

This commit is contained in:
andrea
2026-03-15 16:22:28 +01:00
parent bf2b794421
commit 487756978f

View File

@@ -71,7 +71,6 @@ void render_matrix() {
for (int x=0; x < 12; x++) {
for (int y=0; y < 8; y++) {
frame[y][x]= 0;
frame[y][x]= 0;
}
}