removed legacy LED blinking

This commit is contained in:
Priec
2025-11-14 21:03:06 +01:00
parent 528e38b428
commit 761b86585a
3 changed files with 3 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ void draw_mask(const char *unused_filename, int shift, const char *text);
void render_loop(int speed) {
WalkingState player_state;
AnimationController animation;
UartReader uart(serial_port, led);
UartReader uart(serial_port);
CharacterPosition pos = {PLAYER_X, PLAYER_Y};