mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Add ECANCELED
This commit is contained in:
@@ -375,6 +375,8 @@
|
|||||||
#define ENOMEDIUM_STR "No medium found"
|
#define ENOMEDIUM_STR "No medium found"
|
||||||
#define EMEDIUMTYPE 124
|
#define EMEDIUMTYPE 124
|
||||||
#define EMEDIUMTYPE_STR "Wrong medium type"
|
#define EMEDIUMTYPE_STR "Wrong medium type"
|
||||||
|
#define ECANCELED 125
|
||||||
|
#define ECANCELED_STR "Operation cancelled"
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* Type Declarations
|
* Type Declarations
|
||||||
|
|||||||
Reference in New Issue
Block a user