Convert osStatus to string

Dependents:   signal_test

RTOSerrstr.h

Committer:
YasuhiroKawai
Date:
2017-06-11
Revision:
0:3dc7afd73ac9
Child:
1:38e7b2a405d5

File content as of revision 0:3dc7afd73ac9:

/**
 *
 */

#ifdef  __cplusplus
extern "C" {
#endif /* __cplusplus */
/**
 * @fn getOsStatusStr
 * @param [in] status 
 */
 
extern const char * getOsStatusStr(osStatus status);

#ifdef  __cplusplus
}
#endif /* __cplusplus */