security manager conflict commented 2

Dependencies:   BLE_API mbed-dev-bin nRF51822

Fork of microbit-dal by Lancaster University

Revision:
41:da05ec75cd5d
Parent:
1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitThermometer.h	Wed Jul 13 12:18:20 2016 +0100
+++ b/inc/drivers/MicroBitThermometer.h	Wed Jul 13 12:18:21 2016 +0100
@@ -160,13 +160,6 @@
       */
     virtual void idleTick();
 
-    /**
-      * Indicates if we'd like some processor time to sense the temperature.
-      *
-      * @returns 1 if we'd like some processor time, 0 otherwise.
-      */
-    virtual int isIdleCallbackNeeded();
-
     private:
 
     /**
@@ -177,4 +170,4 @@
     int isSampleNeeded();
 };
 
-#endif
+#endif
\ No newline at end of file