Commit c41c5758823f5ae8ad6a8cc133119a607bef6f1a
1 parent
5a2f72dd
little modification
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
RIOT/examples/network_app_rtt/main.c
... | ... | @@ -101,7 +101,7 @@ uint32_t start, end; |
101 | 101 | uint32_t time1, time2; |
102 | 102 | char rbuf[MAXLEN], sbuf[MAXLEN], ack[MAXLEN]; |
103 | 103 | |
104 | -// calculate the time diff between start and end | |
104 | +// calculate the time diff between start and end (in ms) | |
105 | 105 | float delay(uint32_t t1, uint32_t t2) |
106 | 106 | { |
107 | 107 | float d; | ... | ... |