Mercurial > public > ostc4
changeset 600:a48a1cd983af
Added compile switch for new T3 View Profile
author | Ideenmodellierer |
---|---|
date | Mon, 04 Jan 2021 22:45:37 +0100 |
parents | 5a8f9126e4cb |
children | 7ef2d310287d |
files | Discovery/Src/tMenuEditCustom.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditCustom.c Mon Jan 04 21:48:31 2021 +0100 +++ b/Discovery/Src/tMenuEditCustom.c Mon Jan 04 22:45:37 2021 +0100 @@ -402,7 +402,9 @@ text = TXT2BYTE_Tissues; break; case CVIEW_Profile: +#ifdef ENABLE_T3_PROFILE_VIEW case CVIEW_T3_Profile: +#endif text = TXT2BYTE_Profile; break; case CVIEW_Gaslist: