mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Add ECANCELED
This commit is contained in:
parent
9890b905bc
commit
002e686991
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue