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.
Fork of dgps by
Diff: packet.h
- Revision:
- 46:f89fc45811a1
- Parent:
- 45:0d6ef4cbd4c7
- Child:
- 49:06721139d298
--- a/packet.h Thu Apr 24 16:16:57 2014 +0000 +++ b/packet.h Fri Apr 25 23:50:51 2014 +0000 @@ -78,10 +78,10 @@ if(getTCPConStatus){ setTCPConStatus = 0; while(getTCPConStatus){} - wait_us(100000); + wait_us(200000); } setTCPConStatus = 1; - wait_us(100000); + wait_us(200000); timed_out = t.get_num_trips(); }while(!getTCPConStatus && !timed_out); t.stop_timer();