diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-06 22:42:32 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-06 22:42:32 -0700 |
| commit | 22e3ac0eb014b8255029763ae8180ad3527ba306 (patch) | |
| tree | d44ad40559f3c289df1aa5c9eabbf33be029fe0f /src/ao_pins.h | |
| parent | 6d858b64ee0e8c227c149d2af6d2d634536964f4 (diff) | |
altos: Add beeper to TBT v0.1
It's available, let's use it.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_pins.h')
| -rw-r--r-- | src/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_pins.h b/src/ao_pins.h index 21b99027..4a03ca50 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -250,7 +250,7 @@ #if defined(TELEBT_V_0_1) #define HAS_FLIGHT 0 #define HAS_USB 1 - #define HAS_BEEP 0 + #define HAS_BEEP 1 #define HAS_SERIAL_1 1 #define HAS_SERIAL_1_ALT_1 1 #define HAS_SERIAL_1_ALT_2 0 |
