security manager conflict commented 2

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Revision:
4:9fbeeb89de59
Parent:
1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitI2C.h	Thu Apr 07 11:59:16 2016 +0100
+++ b/inc/drivers/MicroBitI2C.h	Thu Apr 07 11:59:17 2016 +0100
@@ -64,11 +64,11 @@
       *
       * @note This class presents a wrapped mbed call to capture failed I2C operations caused by a known silicon bug in the nrf51822.
       * Attempts to automatically reset and restart the I2C hardware if this case is detected.
-      *
+      * \par
       * For reference see PAN56 in:
-      *
+      * \par
       * https://www.nordicsemi.com/eng/nordic/Products/nRF51822/PAN-nRF51822/24634
-      *
+      * \par
       * v2.0 through to v2.4
       */
     MicroBitI2C(PinName sda, PinName scl);
@@ -104,4 +104,4 @@
     int write(int address, const char *data, int length, bool repeated = false);
 };
 
-#endif
+#endif
\ No newline at end of file