diff Discovery/Src/tHome.c @ 594:280c11153080

Added compile switch for new T3 View Profile
author Ideenmodellierer
date Mon, 04 Jan 2021 21:30:04 +0100
parents 1105cf7bbf6f
children beeb23d18443
line wrap: on
line diff
--- a/Discovery/Src/tHome.c	Mon Jan 04 21:24:24 2021 +0100
+++ b/Discovery/Src/tHome.c	Mon Jan 04 21:30:04 2021 +0100
@@ -59,7 +59,12 @@
 static uint16_t tHome_tick_count_o2sens;
 
 const uint8_t cv_changelist[] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist, CVIEW_noneOrDebug, CVIEW_Decolist,CVIEW_sensors,CVIEW_sensors_mV, CVIEW_END};
-const uint8_t cv_changelist_BS[] = {CVIEW_T3_Decostop, CVIEW_sensors, CVIEW_Compass, CVIEW_T3_MaxDepth,CVIEW_T3_StopWatch, CVIEW_T3_TTS, CVIEW_T3_GasList, CVIEW_T3_ppO2andGas, CVIEW_noneOrDebug, CVIEW_T3_Navigation, CVIEW_T3_DepthData, CVIEW_T3_DecoTTS, CVIEW_T3_END};
+const uint8_t cv_changelist_BS[] = {CVIEW_T3_Decostop, CVIEW_sensors, CVIEW_Compass, CVIEW_T3_MaxDepth,CVIEW_T3_StopWatch, CVIEW_T3_TTS, CVIEW_T3_GasList, CVIEW_T3_ppO2andGas, CVIEW_noneOrDebug,
+									CVIEW_T3_Navigation, CVIEW_T3_DepthData, CVIEW_T3_DecoTTS,
+#ifdef ENABLE_T3_PROFILE_VIEW
+									CVIEW_T3_Profile,
+#endif
+									CVIEW_T3_END};
 
 /* Private function prototypes -----------------------------------------------*/