From 2b2f53e92f2999b85801e5e2285fe9565a375015 Mon Sep 17 00:00:00 2001 From: Mirela Chirica Date: Wed, 23 May 2018 12:29:31 +0300 Subject: [PATCH] Cellular: Added ENOTTY define in mbed_retarget stub --- features/cellular/UNITTESTS/target_h/platform/mbed_retarget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/features/cellular/UNITTESTS/target_h/platform/mbed_retarget.h b/features/cellular/UNITTESTS/target_h/platform/mbed_retarget.h index 8d2375f1f1..796e687292 100644 --- a/features/cellular/UNITTESTS/target_h/platform/mbed_retarget.h +++ b/features/cellular/UNITTESTS/target_h/platform/mbed_retarget.h @@ -17,3 +17,4 @@ #include #define EAGAIN 11 +#define ENOTTY 25