FluentLogger sample for GR-PEACH
Dependencies: EthernetInterface FluentLogger
Revision 2:f5d11b69b6f8, committed 2015-01-20
- Comitter:
- YuuichiAkagawa
- Date:
- Tue Jan 20 15:05:33 2015 +0000
- Parent:
- 1:0a8269ab9a47
- Commit message:
- fix typo
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0a8269ab9a47 -r f5d11b69b6f8 main.cpp --- a/main.cpp Tue Jan 20 14:13:21 2015 +0000 +++ b/main.cpp Tue Jan 20 15:05:33 2015 +0000 @@ -32,9 +32,9 @@ logger.log("debug.test", "Hello GR-PEACH"); //message body is simple string uint32_t t2 = us_ticker_read(); wait_ms(5000); +// Thread::wait(5000); uint32_t t3 = us_ticker_read(); pc.printf("t1:%u t2:%u t3:%u t2-t1:%u t3-t2:%u\r\n", t1, t2, t3, (t2-t1), (t3-t2)); -// Thread::wait(5000); } logger.close(); eth.disconnect();