diff options
Diffstat (limited to 'stm/pybwlan.c')
-rw-r--r-- | stm/pybwlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/pybwlan.c b/stm/pybwlan.c index 6988f1c848..cffa016844 100644 --- a/stm/pybwlan.c +++ b/stm/pybwlan.c @@ -336,7 +336,7 @@ void CC3000_UsynchCallback(long lEventType, char * data, unsigned char length) socketnum = data[0]; //PRINT_F("TCP Close wait #"); printDec(socketnum); if (socketnum < MAX_SOCKETS) - closed_sockets[socketnum] = true; + closed_sockets[socketnum] = MP_TRUE; */ } } |