Hellen config build

This commit is contained in:
rusefi 2020-09-27 08:21:33 -04:00
parent 0e24f9c5af
commit d046b507a7
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ cd config/boards/kinetis/config
bash gen_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
cd config/boards/hellen/cypress/config
bash gen_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board hellen cypress"; exit 1; }
#cd config/boards/hellen/cypress/config
#bash gen_config.sh
#[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }