Skip to content
Snippets Groups Projects
  • Koen Zandberg's avatar
    81cff65c
    tests/xtimer_now64: Start time measure after print · 81cff65c
    Koen Zandberg authored
    Printing can take a lot of time over a serial connection. On the atmega
    board it takes more than 2 ms, skewing the first measurement over the
    threshold value and causing a test failure. This moves the print
    statement above the first measumerement to prevent the skew.
    tests/xtimer_now64: Start time measure after print
    Koen Zandberg authored
    Printing can take a lot of time over a serial connection. On the atmega
    board it takes more than 2 ms, skewing the first measurement over the
    threshold value and causing a test failure. This moves the print
    statement above the first measumerement to prevent the skew.