Re-order the decostop array to match the enum values.
The enum values have been re-ordered a while ago, but the array was not updated to reflect those changes.
This commit is contained in:
parent
9fb5e1f566
commit
7323ba0f2d
@ -243,7 +243,7 @@ sample_cb (dc_sample_type_t type, dc_sample_value_t value, void *userdata)
|
||||
"OLF", "PO2", "airtime", "rgbm", "heading", "tissue level warning",
|
||||
"gaschange2"};
|
||||
static const char *decostop[] = {
|
||||
"ndl", "deco", "deep", "safety"};
|
||||
"ndl", "safety", "deco", "deep"};
|
||||
|
||||
sample_data_t *sampledata = (sample_data_t *) userdata;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user