Skip to content

Commit

Permalink
crazy synth: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thammi committed Oct 12, 2012
1 parent 7d3f48f commit 2d53c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/apps/crazy_synth.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static uint16_t speedtime;


void synth_init(void){
init_buzzer();
init_buzzr();

cli();
osc0 = osc1 = sample = row = 0;
Expand Down

0 comments on commit 2d53c74

Please sign in to comment.