xiaoxiang781216 commented on a change in pull request #1048: URL: https://github.com/apache/incubator-nuttx-apps/pull/1048#discussion_r820744203
########## File path: examples/calib_udelay/calib_udelay_main.c ########## @@ -260,11 +260,11 @@ int main(int argc, FAR char *argv[]) loop_count += min_step * calibration_step_multiplier) { duration += (double)num_measurements * loop_count * - timer_resolution * min_timer_resolution_steps / min_step; + timer_resolution * min_timer_resolution_steps / min_step; } - printf("Performing main calibration for udelay. This will take approx. %.3f seconds.\n", - duration * 1e-9); + printf("Performing main calibration for udelay." + "This will take approx. %.3f seconds.\n", duration * 1e - 9); Review comment: Does compiler interpret to (duration * 1e) - 9? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org