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.
Dependents: WalkingRobot PcRadioBridge FzeroXcontroller WalkingRobot ... more
Revision 4:7953b5fa8aae, committed 2013-01-17
- Comitter:
- pclary
- Date:
- Thu Jan 17 18:33:18 2013 +0000
- Parent:
- 3:245faa365852
- Commit message:
- Removed unnecessary 1ms pause in receive interrupt.
Changed in this revision
| Radio.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Radio.cpp Sun Jan 13 08:39:28 2013 +0000
+++ b/Radio.cpp Thu Jan 17 18:33:18 2013 +0000
@@ -125,7 +125,7 @@
while (!(getRegister(FIFO_STATUS) & FIFO_STATUS_RX_EMPTY))
{
// Check data pipe
- wait_us(1000);
+ //wait_us(1000);
pipe = getStatus() & STATUS_RN_P_MASK;
// Read data