comparison Discovery/Inc/t7.h @ 749:9334bdc30d60

Added enum for Co2 display
author Ideenmodellierer
date Mon, 13 Mar 2023 22:18:28 +0100
parents 5071d554aaa5
children 6a8cf91e5b22
comparison
equal deleted inserted replaced
748:be25ab2d902c 749:9334bdc30d60
50 LCC_BottleBar, 50 LCC_BottleBar,
51 #endif 51 #endif
52 #ifdef ENABLE_PSCR_MODE 52 #ifdef ENABLE_PSCR_MODE
53 LCC_SimPpo2, 53 LCC_SimPpo2,
54 #endif 54 #endif
55 LLC_Compass, 55 LLC_Compass,
56 #ifdef ENABLE_CO2_SUPPORT
57 LCC_CO2,
58 #endif
56 LLC_END 59 LLC_END
57 60
58 } customview_llc_t; 61 } customview_llc_t;
59 62
60 /* Exported functions --------------------------------------------------------*/ 63 /* Exported functions --------------------------------------------------------*/