Essai d'application Lycée Malraux NSI

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit

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()