Skip to content

Commit

Permalink
Remove duplicated function.
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Mar 10, 2023
1 parent bfaf7f2 commit 117be7e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions firmware/shc_rgb_dimmer/shc_rgb_dimmer.c
Expand Up @@ -467,17 +467,6 @@ void startup_animation(void)
led_blink(500, 0, 1);
}

void startup_sound(void)
{
speaker_set_fixed_tone(49);
_delay_ms(50);
speaker_set_fixed_tone(0);
_delay_ms(100);
speaker_set_fixed_tone(49);
_delay_ms(50);
speaker_set_fixed_tone(0);
}

// Test animation for FHEM: 3 0 10 0 9 48 9 12 9 3 10 0 0
int main(void)
{
Expand Down

0 comments on commit 117be7e

Please sign in to comment.