Skip to content
Snippets Groups Projects
Commit ee655973 authored by schneider's avatar schneider
Browse files

fix(max86150): Bring handling of full stream queue in line with MAX30001

The -EIO error was triggering a warning in the caller.
parent 16549137
No related branches found
No related tags found
1 merge request!414SpO2 sensor improvements
......@@ -142,7 +142,6 @@ static int max86150_handle_sample(struct max86150_sensor_data *data)
LOG_WARN("max86150", "queue full");
}
max86150_stream.was_full = true;
return -EIO;
} else {
max86150_stream.was_full = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment