Cellular: Added ENOTTY define in mbed_retarget stub

pull/7228/head
Mirela Chirica 2018-05-23 12:29:31 +03:00 committed by adbridge
parent ca0ba7727a
commit 2b2f53e92f
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@
#include <sys/types.h>
#define EAGAIN 11
#define ENOTTY 25