diff options
| author | ian-v | 2014-01-06 09:52:29 -0800 |
|---|---|---|
| committer | ian-v | 2014-01-06 09:52:29 -0800 |
| commit | 7a16fadbf843ca5d49fb20b5f5785ffccfd9019f (patch) | |
| tree | 167d326efc1a1a75d3a371bbeab1a0bc4164fd9e /stm/pybwlan.c | |
| parent | e03c0533fe467439bae1addd6d2a2ee57a9370e4 (diff) | |
Co-exist with C++ (issue #85)
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 6988f1c84..cffa01684 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; */ } } |
