altos: Initialize beeper for telebt
authorKeith Packard <keithp@keithp.com>
Sat, 7 May 2011 05:49:54 +0000 (22:49 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 7 May 2011 05:49:54 +0000 (22:49 -0700)
Needed to get sounds to come out

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_telebt.c

index 34d4432d9c90d4500451a70a1096bc47a93dd180..8e77c4d9b2e41949e7e109216f8480d077b4e830 100644 (file)
@@ -26,6 +26,9 @@ main(void)
        ao_led_init(LEDS_AVAILABLE);
        ao_led_on(AO_LED_RED);
        ao_timer_init();
+#if HAS_BEEP
+       ao_beep_init();
+#endif
        ao_cmd_init();
 #if HAS_EEPROM
        ao_spi_init();