Convert osStatus to string

Dependents:   signal_test

Files at this revision

API Documentation at this revision

Comitter:
YasuhiroKawai
Date:
Sun Jul 23 02:26:54 2017 +0000
Parent:
1:38e7b2a405d5
Commit message:
initial version

Changed in this revision

RTOSerrstr.h Show annotated file Show diff for this revision Revisions of this file
--- a/RTOSerrstr.h	Mon Jun 12 06:05:24 2017 +0000
+++ b/RTOSerrstr.h	Sun Jul 23 02:26:54 2017 +0000
@@ -5,7 +5,7 @@
 #define RTOS_ERR_STR_H
 
 #define RTOS_ERR_STR_MAJOR  (0)
-#define RTOS_ERR_STR_MAJOR  (1)
+#define RTOS_ERR_STR_MINOR  (1)
 
 #ifdef  __cplusplus
 extern "C" {