Skip to content

Commit cea9485

Browse files
committed
include:update modem.h header file
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent e4b2e5d commit cea9485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/modem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ enum mderror_e
3232
MD_ERR_INVALID_PARAM = -4, /**< Invalid parameter */
3333
MD_ERR_NOMEM = -5, /**< No memory available */
3434
MD_ERR_NOTALLOWED = -6, /**< Operation not allowed */
35+
MD_ERR_NOTSUPPORTED = -7, /**< Operation not supported */
3536
};
3637

3738
/**

0 commit comments

Comments
 (0)