Re-order the constants in the dc_deco_type_t enum.
The SAFETYSTOP is conceptually somewhere in between the NDL and the DECOSTOP, so it makes sense to re-order the constants in the enum to reflect this order.
This commit is contained in:
parent
10ae594b1f
commit
cab84fa2f8
@ -109,9 +109,9 @@ typedef enum dc_water_t {
|
||||
|
||||
typedef enum dc_deco_type_t {
|
||||
DC_DECO_NDL,
|
||||
DC_DECO_SAFETYSTOP,
|
||||
DC_DECO_DECOSTOP,
|
||||
DC_DECO_DEEPSTOP,
|
||||
DC_DECO_SAFETYSTOP
|
||||
DC_DECO_DEEPSTOP
|
||||
} dc_deco_type_t;
|
||||
|
||||
typedef struct dc_salinity_t {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user