From d046b507a71df02727d991407c0b49d3c38ae56b Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 27 Sep 2020 08:21:33 -0400 Subject: [PATCH] Hellen config build --- firmware/gen_config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firmware/gen_config.sh b/firmware/gen_config.sh index aa0c63ed92..c1e884c4c7 100755 --- a/firmware/gen_config.sh +++ b/firmware/gen_config.sh @@ -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; }