Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:d9553f32e949, committed 2013-04-24
- Comitter:
- yueee_yt
- Date:
- Wed Apr 24 03:10:33 2013 +0000
- Parent:
- 0:f111c5224cd0
- Commit message:
- Debug Line Delete
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f111c5224cd0 -r d9553f32e949 main.cpp --- a/main.cpp Tue Apr 23 09:00:09 2013 +0000 +++ b/main.cpp Wed Apr 24 03:10:33 2013 +0000 @@ -57,15 +57,11 @@ if (evt.status == osEventMessage) { printf("%d thread out timing=%d \n\r",count1,timing); for(i=0; i<100; i++)sum_rcv[i]+=rcv[i]; - //for(i=0; i<100; i++)printf("%d %d \n\r",count1,sum_rcv[i]); if(count1==20) { - for(i=0; i<100; i++)printf("%d %d \n\r",i,sum_rcv[i]); - printf("------------------------------------\n\r"); for(i=1; i<100; i++) { if(sum_rcv[i]>18) { timing=i-1; flag1=false; - printf("break\n\r"); break; } }