forking microbit-dal
Dependencies: BLE_API mbed-dev-bin nRF51822-bluetooth-mdw
Fork of microbit-dal by
Diff: inc/drivers/MicroBitRadio.h
- Revision:
- 69:b62f231e51ce
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/drivers/MicroBitRadio.h Wed Jul 13 12:18:48 2016 +0100 +++ b/inc/drivers/MicroBitRadio.h Wed Jul 13 12:18:49 2016 +0100 @@ -208,7 +208,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* recv(); @@ -224,4 +224,4 @@ int send(FrameBuffer *buffer); }; -#endif +#endif \ No newline at end of file