Skip to content

Commit 6ff9a47

Browse files
committed
cc3200: Move closed field in mod_network_socket_obj_t out of the union.
1 parent e1dfc44 commit 6ff9a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/mods/modnetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ typedef struct _mod_network_socket_obj_t {
6464
int8_t fileno;
6565
} u_param;
6666
int16_t sd;
67-
bool closed;
6867
};
68+
bool closed;
6969
} mod_network_socket_obj_t;
7070

7171
extern const mod_network_nic_type_t mod_network_nic_type_wlan;

0 commit comments

Comments
 (0)