https://github.com/WebBluetoothCG/demos/pull/42
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: inc/core/MicroBitDevice.h
- Revision:
- 47:69f452b1a5c9
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/core/MicroBitDevice.h Wed Jul 13 12:18:25 2016 +0100 +++ b/inc/core/MicroBitDevice.h Wed Jul 13 12:18:26 2016 +0100 @@ -76,7 +76,7 @@ /** * Disables all interrupts and user processing. * Displays "=(" and an accompanying status code on the default display. - * @param statusCode the appropriate status code - 0 means no code will be displayed. Status codes must be in the range 0-255. + * @param statusCode the appropriate status code, must be in the range 0-999. * * @code * microbit_panic(20); @@ -133,4 +133,4 @@ */ void microbit_seed_random(uint32_t seed); -#endif +#endif \ No newline at end of file