more aggresive speedup

multi-mode
Ondřej Hruška 8 years ago
parent 736567af8c
commit 43ab7abce7
  1. 2
      project/mode_snake.c

@ -80,7 +80,7 @@ static snake_pwm head_pwm = {
#define PREDEFINED_LEVELS 10
static const ms_time_t speeds_for_levels[PREDEFINED_LEVELS] = {
320, 245, 190, 150, 120, 100, 80, 60, 50, 40
320, 240, 180, 140, 95, 80, 65, 55, 40, 30
};
static ms_time_t move_interval;

Loading…
Cancel
Save