mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Added ENOTTY define in mbed_retarget stub
parent
ca0ba7727a
commit
2b2f53e92f
|
@ -17,3 +17,4 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#define EAGAIN 11
|
||||
#define ENOTTY 25
|
||||
|
|
Loading…
Reference in New Issue