t
Fork of mbed-dev by
Diff: platform/mbed_retarget.h
- Revision:
- 175:b96e65c34a4d
- Parent:
- 168:e84263d55307
- Child:
- 176:af195413fb11
diff -r e131a1973e81 -r b96e65c34a4d platform/mbed_retarget.h --- a/platform/mbed_retarget.h Fri Sep 15 14:59:18 2017 +0100 +++ b/platform/mbed_retarget.h Mon Oct 02 15:33:19 2017 +0100 @@ -120,6 +120,9 @@ #undef EXDEV #define EXDEV 18 /* Cross-device link */ +#undef ENODEV +#define ENODEV 19 + #undef EINVAL #define EINVAL 22 /* Invalid argument */