# HG changeset patch # User Mychaela Falconia # Date 1578173044 0 # Node ID 42edfb87ae0fd74cc608734653cd58d58f8189dd # Parent d9926aabf13fcca8fb982203db0d0575ccc8a851 targets/*.h: sync with Magnetite, getting newly added GPIO1_SPEAKER_CTRL and CONFIG_MCSI_MODEM #defines. diff -r d9926aabf13f -r 42edfb87ae0f targets/c11x.h --- a/targets/c11x.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/c11x.h Sat Jan 04 21:24:04 2020 +0000 @@ -2,4 +2,5 @@ #define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 0 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r d9926aabf13f -r 42edfb87ae0f targets/c139.h --- a/targets/c139.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/c139.h Sat Jan 04 21:24:04 2020 +0000 @@ -2,4 +2,5 @@ #define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 1 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r d9926aabf13f -r 42edfb87ae0f targets/c155.h --- a/targets/c155.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/c155.h Sat Jan 04 21:24:04 2020 +0000 @@ -2,4 +2,5 @@ #define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 0 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r d9926aabf13f -r 42edfb87ae0f targets/fcdev3b.h --- a/targets/fcdev3b.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/fcdev3b.h Sat Jan 04 21:24:04 2020 +0000 @@ -1,3 +1,5 @@ #define CONFIG_TARGET_FCFAM 1 #define CONFIG_TARGET_FCMODEM 1 +#define CONFIG_MCSI_MODEM 1 +#define GPIO1_SPEAKER_CTRL 1 #define UARTFAX_CLASSIC_DTR_DCD 1 diff -r d9926aabf13f -r 42edfb87ae0f targets/gtamodem.h --- a/targets/gtamodem.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/gtamodem.h Sat Jan 04 21:24:04 2020 +0000 @@ -1,3 +1,4 @@ #define CONFIG_TARGET_GTAMODEM 1 #define CONFIG_MOKOFFS 1 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r d9926aabf13f -r 42edfb87ae0f targets/gtm900.h --- a/targets/gtm900.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/gtm900.h Sat Jan 04 21:24:04 2020 +0000 @@ -1,2 +1,3 @@ #define CONFIG_TARGET_GTM900 1 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 1 diff -r d9926aabf13f -r 42edfb87ae0f targets/j100.h --- a/targets/j100.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/j100.h Sat Jan 04 21:24:04 2020 +0000 @@ -1,4 +1,5 @@ #define CONFIG_TARGET_J100 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 0 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r d9926aabf13f -r 42edfb87ae0f targets/pirelli.h --- a/targets/pirelli.h Sun Oct 06 05:23:59 2019 +0000 +++ b/targets/pirelli.h Sat Jan 04 21:24:04 2020 +0000 @@ -1,2 +1,3 @@ #define CONFIG_TARGET_PIRELLI 1 +#define GPIO1_SPEAKER_CTRL 0 #define UARTFAX_CLASSIC_DTR_DCD 0