Skip to content

Commit

Permalink
adjust animation length
Browse files Browse the repository at this point in the history
  • Loading branch information
2bt committed Oct 8, 2011
1 parent 0b3f9ff commit 436671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/apps/cccdd.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ static uint8_t tick() {
}

static void init(void) ATTRIBUTES;
void init(void) { registerAnimation(tick, 2, sizeof(logo) * 8 * 4); }
void init(void) { registerAnimation(tick, 2, sizeof(logo) * 8); }

0 comments on commit 436671c

Please sign in to comment.