Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditSetpoint.c @ 130:b7689d9e888a FlipDisplay
Minor changes to improved code quality and to eliminate warnings
author | Ideenmodellierer |
---|---|
date | Sun, 17 Feb 2019 21:22:13 +0100 |
parents | 5f11787b4f42 |
children | 255eedad4155 |
comparison
equal
deleted
inserted
replaced
129:239aa58b533d | 130:b7689d9e888a |
---|---|
70 /* dive mode */ | 70 /* dive mode */ |
71 if(actual_menu_content != MENU_SURFACE) | 71 if(actual_menu_content != MENU_SURFACE) |
72 { | 72 { |
73 uint8_t setpointCbar, actualGasID; | 73 uint8_t setpointCbar, actualGasID; |
74 SDiveState *pState; | 74 SDiveState *pState; |
75 setpointCbar = 100; | |
75 | 76 |
76 if(actual_menu_content == MENU_DIVE_REAL) | 77 if(actual_menu_content == MENU_DIVE_REAL) |
77 pState = stateRealGetPointerWrite(); | 78 pState = stateRealGetPointerWrite(); |
78 else | 79 else |
79 pState = stateSimGetPointerWrite(); | 80 pState = stateSimGetPointerWrite(); |