diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-06 22:49:54 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-06 22:49:54 -0700 | 
| commit | 23f441b95e55fbee709382b05d325bc021285766 (patch) | |
| tree | 081592d78275af72abe9fb0a4c238eaa633fc011 /src | |
| parent | 514348055630edec12224c4b0964240b929759a3 (diff) | |
altos: Initialize beeper for telebt
Needed to get sounds to come out
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/ao_telebt.c | 3 | 
1 files changed, 3 insertions, 0 deletions
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();  | 
