We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b2e5d commit cea9485Copy full SHA for cea9485
include/modem.h
@@ -32,6 +32,7 @@ enum mderror_e
32
MD_ERR_INVALID_PARAM = -4, /**< Invalid parameter */
33
MD_ERR_NOMEM = -5, /**< No memory available */
34
MD_ERR_NOTALLOWED = -6, /**< Operation not allowed */
35
+ MD_ERR_NOTSUPPORTED = -7, /**< Operation not supported */
36
};
37
38
/**
0 commit comments