mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
cc3200: Move closed field in mod_network_socket_obj_t out of the union.
This commit is contained in:
@@ -64,8 +64,8 @@ typedef struct _mod_network_socket_obj_t {
|
||||
int8_t fileno;
|
||||
} u_param;
|
||||
int16_t sd;
|
||||
bool closed;
|
||||
};
|
||||
bool closed;
|
||||
} mod_network_socket_obj_t;
|
||||
|
||||
extern const mod_network_nic_type_t mod_network_nic_type_wlan;
|
||||
|
||||
Reference in New Issue
Block a user