Browse Source

minor fix

feature/2015
asklepios 14 years ago
parent
commit
5907d948b3
  1. 4
      display_loop.c

4
display_loop.c

@ -228,12 +228,12 @@ void display_loop(){
#endif #endif
#ifdef SMALLANIMATION_COLBOUNCE #ifdef SMALLANIMATION_COLBOUNCE
case 38: case 38:
colbounce(SMALLANIMATION_ROWBOUNCE_COUNT,SMALLANIMATION_COLBOUNCE_SPEED); colbounce(SMALLANIMATION_COLBOUNCE_COUNT,SMALLANIMATION_COLBOUNCE_SPEED);
break; break;
#endif #endif
#ifdef SMALLANIMATION_ROWBOUNCE #ifdef SMALLANIMATION_ROWBOUNCE
case 39: case 39:
rowbounce(SMALLANIMATION_COLBOUNCE_COUNT,SMALLANIMATION_ROWBOUNCE_SPEED); rowbounce(SMALLANIMATION_ROWBOUNCE_COUNT,SMALLANIMATION_ROWBOUNCE_SPEED);
break; break;
#endif #endif

Loading…
Cancel
Save