fixed warning
This commit is contained in:
parent
5b83cad8fb
commit
b1473adc46
@ -86,7 +86,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user