summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-16 16:52:15 -0800
committerKeith Packard <keithp@keithp.com>2012-12-16 16:52:15 -0800
commitb6c9e8ffc87481a23ba90fa22df7c9421e2cd6a6 (patch)
tree8a8e5f18ee95d454c43a6243e0cfd73f501d856e /src
parentdd7c30324461b2aed83b86bfe4323180664123cf (diff)
altos: Re-enable beeper on megametrum
I turned it off during radio testing and forgot to fix that before committing... Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/megametrum-v0.1/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h
index ab4cf7df..b1a70ea2 100644
--- a/src/megametrum-v0.1/ao_pins.h
+++ b/src/megametrum-v0.1/ao_pins.h
@@ -67,7 +67,7 @@
#define HAS_EEPROM 1
#define USE_INTERNAL_FLASH 0
#define HAS_USB 1
-#define HAS_BEEP 0
+#define HAS_BEEP 1
#define HAS_RADIO 1
#define HAS_TELEMETRY 1
#define HAS_APRS 1