Skip to content

Commit 54e99a1

Browse files
Teemu Kultala0xc0170
authored andcommitted
types change
1 parent f5f80f8 commit 54e99a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

features/netsocket/nsapi_types.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ enum nsapi_error {
7979
* @enum nsapi_event
8080
*/
8181
typedef enum nsapi_event {
82-
NSAPI_EVENT_CONNECTION_STATUS_CHANGE = 0, /*!< network connection status has changed, the parameter = new status (nsapi_connection_status_t) */
83-
NSAPI_EVENT_SOME_FUTURE_EVENT = 1 /*!< something else has happened, the parameter = time in milliseconds */
82+
NSAPI_EVENT_CONNECTION_STATUS_CHANGE = 0 /*!< network connection status has changed, the parameter = new status (nsapi_connection_status_t) */
8483
} nsapi_event_t;
8584

8685

0 commit comments

Comments
 (0)