diff --git a/firmware/config/boards/hellen/hellen154hyundai/compile_hellen154hyundai.sh b/firmware/config/boards/hellen/hellen154hyundai/compile_hellen154hyundai.sh index 2d4263e037..42494ddd43 100644 --- a/firmware/config/boards/hellen/hellen154hyundai/compile_hellen154hyundai.sh +++ b/firmware/config/boards/hellen/hellen154hyundai/compile_hellen154hyundai.sh @@ -1,8 +1,8 @@ #!/bin/bash -export PROJECT_BOARD=hellen/hellen121nissan +export PROJECT_BOARD=hellen/hellen154hyundai export PROJECT_CPU=ARCH_STM32F4 -export EXTRA_PARAMS="-DSHORT_BOARD_NAME=hellen121nissan" +export EXTRA_PARAMS="-DSHORT_BOARD_NAME=hellen154hyundai" cd .. bash ../common_make.sh