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