From: Keith Packard Date: Sat, 7 May 2011 05:49:54 +0000 (-0700) Subject: altos: Initialize beeper for telebt X-Git-Tag: 0.9.3~40^2~3 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=23f441b95e55fbee709382b05d325bc021285766;hp=514348055630edec12224c4b0964240b929759a3 altos: Initialize beeper for telebt Needed to get sounds to come out Signed-off-by: Keith Packard --- diff --git a/src/ao_telebt.c b/src/ao_telebt.c index 34d4432d..8e77c4d9 100644 --- a/src/ao_telebt.c +++ b/src/ao_telebt.c @@ -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();