X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2Fbaud_test.c;h=654bc788b1660d0fc94d561835c48f021a0afc04;hp=b2dfc841b9b2196d48714c2cc9e86111ee299071;hb=c74e7fbd80b9d0d141e1c3511ce7729bfb3737af;hpb=978341023343a6240205891402bf7320cfcccdd5 diff --git a/examples/baud_test.c b/examples/baud_test.c index b2dfc84..654bc78 100644 --- a/examples/baud_test.c +++ b/examples/baud_test.c @@ -172,7 +172,7 @@ int main(int argc, char **argv) } duration=get_prec_time()-start; - printf("and took %.4f seconds, this is factor %.2f\n",duration,plan/duration); + printf("and took %.4f seconds, this is factor %.3f\n",duration,plan/duration); ftdi_usb_close(&ftdic); ftdi_deinit(&ftdic);