# HG changeset patch # User Mychaela Falconia # Date 1667177692 0 # Node ID f2a59f3c4f8fb3e2410d79b5f25d34516a354159 # Parent 7f3266e247d6e6aa0a95fb95983495552a4db0ce targets/*.h: sync with FC Tourmaline diff -r 7f3266e247d6 -r f2a59f3c4f8f targets/c11x.h --- a/targets/c11x.h Mon Oct 31 00:31:30 2022 +0000 +++ b/targets/c11x.h Mon Oct 31 00:54:52 2022 +0000 @@ -4,3 +4,4 @@ #define USE_TSPACT2_FOR_TXLOW 0 #define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 +#define TARGET_HAS_BUZZER 1 diff -r 7f3266e247d6 -r f2a59f3c4f8f targets/c139.h --- a/targets/c139.h Mon Oct 31 00:31:30 2022 +0000 +++ b/targets/c139.h Mon Oct 31 00:54:52 2022 +0000 @@ -4,3 +4,4 @@ #define USE_TSPACT2_FOR_TXLOW 1 #define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 +#define TARGET_HAS_BUZZER 1 diff -r 7f3266e247d6 -r f2a59f3c4f8f targets/tangomdm.h --- a/targets/tangomdm.h Mon Oct 31 00:31:30 2022 +0000 +++ b/targets/tangomdm.h Mon Oct 31 00:54:52 2022 +0000 @@ -1,4 +1,5 @@ #define CONFIG_TARGET_TANGO 1 +#define CONFIG_TARGET_LEO_RFFE 1 #define CONFIG_GPIO046_OUTPUTS 1 #define CONFIG_TANGO_MODEM 1 #define CONFIG_MCSI_MODEM 1