Convert osStatus to string

Dependents:   signal_test

RTOSerrstr.h

Committer:
YasuhiroKawai
Date:
2017-07-23
Revision:
2:55205e357147
Parent:
1:38e7b2a405d5

File content as of revision 2:55205e357147:

/**
 *
 */
#ifndef RTOS_ERR_STR_H
#define RTOS_ERR_STR_H

#define RTOS_ERR_STR_MAJOR  (0)
#define RTOS_ERR_STR_MINOR  (1)

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

#ifdef  __cplusplus
}
#endif /* __cplusplus */

#endif /* RTOS_ERR_STR_H */