comparison scripts/config-headers-new.sh @ 456:3d772a6268c4

config mechanism: allow TR_BAUD_CONFIG to be set on ./configure.sh line
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Mar 2018 04:04:38 +0000
parents fd1d9063ad40
children 92dbfa906f66
comparison
equal deleted inserted replaced
455:beff67c568cf 456:3d772a6268c4
116 then 116 then
117 DSAMPLE_FULL_COLOR=1 117 DSAMPLE_FULL_COLOR=1
118 fi 118 fi
119 export DSAMPLE_FULL_COLOR 119 export DSAMPLE_FULL_COLOR
120 120
121 if [ -z "$TR_BAUD_CONFIG" ]
122 then
123 TR_BAUD_CONFIG=TR_BAUD_115200
124 fi
125 export TR_BAUD_CONFIG
126
121 # Derived settings only for the generation of *.cfg headers 127 # Derived settings only for the generation of *.cfg headers
122 128
123 case "$RF" in 129 case "$RF" in
124 10) 130 10)
125 RF_FAM=10 131 RF_FAM=10