comparison Discovery/Inc/tMenuEditSetpoint.h @ 773:2c243233c999

Menu shortcut for bailout / return to circuit when diving in CCR mode (mikeller)
author heinrichsweikamp
date Wed, 10 May 2023 16:24:57 +0200
parents 5f11787b4f42
children 46c6d2380d4e
comparison
equal deleted inserted replaced
772:b7e43b28bee1 773:2c243233c999
30 30
31 /* Includes ------------------------------------------------------------------*/ 31 /* Includes ------------------------------------------------------------------*/
32 #include <stdint.h> 32 #include <stdint.h>
33 33
34 void openEdit_Setpoint(uint8_t line); 34 void openEdit_Setpoint(uint8_t line);
35 void openEdit_DiveSelectBetterSetpoint(void); 35 void openEdit_DiveSelectBetterSetpoint(bool useLastDiluent);
36 36
37 void checkSwitchToLoop(void);
37 #endif /* TMENU_EDIT_SETPOINT_H */ 38 #endif /* TMENU_EDIT_SETPOINT_H */