summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-15 09:30:32 -0600
committerKeith Packard <keithp@keithp.com>2014-05-15 09:30:32 -0600
commitda13064382e9673e69cdfae6abbac253c9fc42fc (patch)
treebe96cd182e02460a8320acc2eb74612811ab558e
parent36002fc724702d34302f3cc0df593019ca8db4e0 (diff)
altos/telemini-v2.0: Enable beep frequency configuration
Now that there's space for this, add it in. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telemini-v2.0/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telemini-v2.0/ao_pins.h b/src/telemini-v2.0/ao_pins.h
index f202ccd1..4784676a 100644
--- a/src/telemini-v2.0/ao_pins.h
+++ b/src/telemini-v2.0/ao_pins.h
@@ -30,7 +30,7 @@
#define USB_FORCE_FLIGHT_IDLE 1
#define HAS_BEEP 1
-#define HAS_BEEP_CONFIG 0
+#define HAS_BEEP_CONFIG 1
#define HAS_BATTERY_REPORT 1
#define HAS_GPS 0
#define HAS_SERIAL_1 0