mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal
Dependencies: BLE_API nRF51822 mbed-dev-bin
Dependents: microbit Microbit IoTChallenge1 microbit ... more
Diff: inc/drivers/MicroBitMessageBus.h
- Revision:
- 41:da05ec75cd5d
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitMessageBus.h Wed Jul 13 12:18:20 2016 +0100 +++ b/inc/drivers/MicroBitMessageBus.h Wed Jul 13 12:18:21 2016 +0100 @@ -176,13 +176,6 @@ * We then continue processing events until something appears on the runqueue. */ virtual void idleTick(); - - /** - * Indicates whether or not we have any background work to do. - * - * @return 1 if there are any events waitingto be processed, 0 otherwise. - */ - virtual int isIdleCallbackNeeded(); }; -#endif +#endif \ No newline at end of file