Convert osStatus to string

Dependents:   signal_test

Revision:
0:3dc7afd73ac9
Child:
1:38e7b2a405d5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTOSerrstr.h	Sun Jun 11 12:38:58 2017 +0000
@@ -0,0 +1,17 @@
+/**
+ *
+ */
+
+#ifdef  __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+/**
+ * @fn getOsStatusStr
+ * @param [in] status 
+ */
+ 
+extern const char * getOsStatusStr(osStatus status);
+
+#ifdef  __cplusplus
+}
+#endif /* __cplusplus */
\ No newline at end of file