diff -r 87b86d16b1d6 -r e84200edc852 main/config.h --- a/main/config.h Sun Oct 21 23:12:08 2018 +0200 +++ b/main/config.h Mon Oct 22 21:43:45 2018 +0200 @@ -362,7 +362,7 @@ */ struct strRecipe { uint8_t Version; ///< Record version number. - int Record; ///< Record number + int o_Record; ///< Record number, obsolete. char Name[128]; ///< Recipe name. char Code[32]; ///< Recipe code. mashstep_t MashStep[8]; ///< Mash steps.