simplify signature.h generation #3480

part two: unused variables
This commit is contained in:
rusefillc 2021-11-06 18:08:55 -04:00
parent caab5f505d
commit e9e88ff763
3 changed files with 0 additions and 6 deletions

View File

@ -13,8 +13,6 @@
#include "signature.h"
// We take these precautions to avoid redefinition of signature in generated .h files
#undef SIGNATURE_BOARD
#undef SIGNATURE_DATE
#undef SIGNATURE_HASH
#undef TS_SIGNATURE

View File

@ -11,8 +11,6 @@ echo "Generating signature for ${SHORT_BOARDNAME}"
# generate a unique signature
date=`TZ=Europe/London date +"%Y.%m.%d"`
echo "// Generated by gen_signature.sh" > ${SIGNATURE_FILE_NAME}
echo "#define SIGNATURE_DATE $date" >> ${SIGNATURE_FILE_NAME}
echo "#define SIGNATURE_BOARD ${SHORT_BOARDNAME}" >> ${SIGNATURE_FILE_NAME}
echo "// SIGNATURE_HASH is a built-in variable generated by ConfigDefinition.jar" >> ${SIGNATURE_FILE_NAME}

View File

@ -2005,5 +2005,3 @@ end_struct
! we need to improve this further - at the moment we need too many boards to prepend 'false'
#define show_test_presets true
#define show_Frankenso_presets true
! poke