fix misleading log message
This commit is contained in:
parent
c7c86adf94
commit
f6a2607273
|
|
@ -235,7 +235,7 @@ int monocoque_serial_open(SerialDevice* serialdevice, const char* portdev)
|
||||||
serial_device_num = i;
|
serial_device_num = i;
|
||||||
|
|
||||||
free(port_name);
|
free(port_name);
|
||||||
slogd("Successfully setup arduino serial device...");
|
slogd("Successfully setup monocoque serial device...");
|
||||||
}
|
}
|
||||||
|
|
||||||
return serial_device_num;
|
return serial_device_num;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue