mirror of https://github.com/ARMmbed/mbed-os.git
Added cbSTATUS_RECEIVE_DATA_MODE + macros
parent
9fa4008fe3
commit
f996c1b5d0
|
@ -26,7 +26,9 @@
|
|||
*=========================================================================*/
|
||||
|
||||
#define OK(status) (status == cbSTATUS_OK)
|
||||
|
||||
#define BUSY(status) (status == cbSTATUS_BUSY)
|
||||
#define ERR(status) (status == cbSTATUS_ERROR)
|
||||
|
||||
/*===========================================================================
|
||||
* TYPES
|
||||
*=========================================================================*/
|
||||
|
@ -36,6 +38,7 @@
|
|||
cbSTATUS_OK,
|
||||
cbSTATUS_ERROR,
|
||||
cbSTATUS_BUSY,
|
||||
cbSTATUS_RECEIVE_DATA_MODE,
|
||||
cbSTATUS_TIMEOUT
|
||||
|
||||
} cbRTSL_Status;
|
||||
|
|
Loading…
Reference in New Issue