# HG changeset patch
# User Ideenmodellierer
# Date 1609796737 -3600
# Node ID a48a1cd983affe48df748ebb4d2c04002c856121
# Parent  5a8f9126e4cba7dbf2108f6c842ae7db69d79d83
Added compile switch for new T3 View Profile

diff -r 5a8f9126e4cb -r a48a1cd983af Discovery/Src/tMenuEditCustom.c
--- 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: