reducing inconsistency, renaming signature header

This commit is contained in:
rusefillc 2022-08-16 12:56:51 -04:00
parent 9a8068c720
commit dd9269fb6f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CYPRESS_CONTRIB = $(PROJECT_DIR)/config/boards/$(PROJECT_BOARD)/OS
GENERATED_ENUMS_DIR = $(BOARD_DIR)/config/controllers/algo
EXTRA_PARAMS += -DFIRMWARE_ID=\"cypress\" -DSHORT_BOARD_NAME=hellen_cypress
EXTRA_PARAMS += -DFIRMWARE_ID=cypress -DSHORT_BOARD_NAME=cypress
# -nodefaultlibs -lc -lgcc -ltinyc
# used by USE_SMART_BUILD

View File

@ -63,7 +63,7 @@ config/boards/kinetis/config/gen_kinetis_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board kinetis kin"; exit 1; }
config/boards/hellen/cypress/config/gen_cypress_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board hellen_cypress hellen_cypress"; exit 1; }
[ $? -eq 0 ] || { echo "ERROR generating board cypress cypress"; exit 1; }
config/boards/subaru_eg33/config/gen_subaru_config.sh
[ $? -eq 0 ] || { echo "ERROR generating board subaru_eg33 subaru_eg33_f7"; exit 1; }