fixed warning

This commit is contained in:
Robert Johansson 2013-07-04 23:49:42 +09:00
parent 5b83cad8fb
commit b1473adc46

View File

@ -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);