Skip to content

Commit

Permalink
Anim length hack update
Browse files Browse the repository at this point in the history
  • Loading branch information
theapi committed Apr 15, 2014
1 parent 36c040a commit 5f85a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anim.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <avr/io.h>

#define ANIM_SOURCE_LEN 8 // The max number of key frames in the animation
#define ANIM_SOURCE_LEN 9 // The max number of key frames in the animation

void anim_Add(uint8_t source_index, unsigned long duration);
uint8_t anim_CurrentIndex();
Expand Down

0 comments on commit 5f85a92

Please sign in to comment.