Skip to content
Snippets Groups Projects
Commit 5f3ea2f7 authored by DanielePettenuzzo's avatar DanielePettenuzzo Committed by Beat Küng
Browse files

ms4525_airspeed: change start_bus from bool to int

parent c231b683
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ int bus_options[] = {
#define NUM_BUS_OPTIONS (sizeof(bus_options)/sizeof(bus_options[0]))
int start(int i2c_bus);
bool start_bus(int i2c_bus);
int start_bus(int i2c_bus);
int stop();
int reset();
......@@ -412,7 +412,7 @@ start(int i2c_bus)
}
bool
int
start_bus(int i2c_bus)
{
int fd;
......
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