# HG changeset patch # User Mychaela Falconia # Date 1552716432 0 # Node ID ea22e20c3d707426dacedd7dcdb710137df90499 # Parent 9b81b68e8e647a3508793e030a64dc3218f86502 targets/c1??.h: define CONFIG_TARGET_C1XX in addition to the specific target and CONFIG_TARGET_COMPAL, to help differentiate between Mot C1xx and SE J100, both in the greater Compal family diff -r 9b81b68e8e64 -r ea22e20c3d70 targets/c11x.h --- a/targets/c11x.h Thu Mar 14 23:51:42 2019 +0000 +++ b/targets/c11x.h Sat Mar 16 06:07:12 2019 +0000 @@ -1,4 +1,5 @@ #define CONFIG_TARGET_C11X 1 +#define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 0 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r 9b81b68e8e64 -r ea22e20c3d70 targets/c139.h --- a/targets/c139.h Thu Mar 14 23:51:42 2019 +0000 +++ b/targets/c139.h Sat Mar 16 06:07:12 2019 +0000 @@ -1,4 +1,5 @@ #define CONFIG_TARGET_C139 1 +#define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 1 #define UARTFAX_CLASSIC_DTR_DCD 0 diff -r 9b81b68e8e64 -r ea22e20c3d70 targets/c155.h --- a/targets/c155.h Thu Mar 14 23:51:42 2019 +0000 +++ b/targets/c155.h Sat Mar 16 06:07:12 2019 +0000 @@ -1,4 +1,5 @@ #define CONFIG_TARGET_C155 1 +#define CONFIG_TARGET_C1XX 1 #define CONFIG_TARGET_COMPAL 1 #define USE_TSPACT2_FOR_TXLOW 0 #define UARTFAX_CLASSIC_DTR_DCD 0