Skip to content

Commit cb2306c

Browse files
committed
retarget: Added ENODEV to error codes
1 parent 0f8dffb commit cb2306c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/mbed_retarget.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ extern "C" {
120120
#undef EXDEV
121121
#define EXDEV 18 /* Cross-device link */
122122

123+
#undef ENODEV
124+
#define ENODEV 19
125+
123126
#undef EINVAL
124127
#define EINVAL 22 /* Invalid argument */
125128

0 commit comments

Comments
 (0)