fixed warning
This commit is contained in:
parent
5b83cad8fb
commit
b1473adc46
@ -86,7 +86,7 @@ main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("Switched baud rate of device to %d\n", target_baudrate);
|
printf("Switched baud rate of device to %lu\n", target_baudrate);
|
||||||
}
|
}
|
||||||
|
|
||||||
mbus_disconnect(handle);
|
mbus_disconnect(handle);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user