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.
Dependencies: BLE_API mbed-dev-bin nRF51822
Diff: source/drivers/MicroBitRadio.cpp
- Revision:
 - 69:b62f231e51ce
 - Parent:
 - 66:2fc7d7c2fffc
 - Child:
 - 70:ce33cdf741b5
 
diff -r 9dd4fb5caf0a -r b62f231e51ce source/drivers/MicroBitRadio.cpp
--- a/source/drivers/MicroBitRadio.cpp	Wed Jul 13 12:18:48 2016 +0100
+++ b/source/drivers/MicroBitRadio.cpp	Wed Jul 13 12:18:49 2016 +0100
@@ -74,7 +74,7 @@
         {
             uint8_t sample = NRF_RADIO->RSSISAMPLE;
 
-            // Associate this packet's rssi value with the data just 
+            // Associate this packet's rssi value with the data just
             // transferred by DMA receive
             MicroBitRadio::instance->setRSSI(sample);
 
@@ -443,7 +443,7 @@
   *
   * @return The buffer containing the the packet. If no data is available, NULL is returned.
   *
-  * @note Once recv() has been called, it is the callers resposibility to
+  * @note Once recv() has been called, it is the callers responsibility to
   *       delete the buffer when appropriate.
   */
 FrameBuffer* MicroBitRadio::recv()