speed control of player and the ground

This commit is contained in:
Filipriec
2025-11-15 20:44:05 +01:00
parent 11f5eb7fd1
commit 0ff2be6564
3 changed files with 6 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ int main(void) {
printf("Baud: %d, Format: 8-N-1\r\n", BAUD_RATE);
// Just call into render feature
render_loop(1);
render_loop(6);
}