This library controls the WNC. There is a derived class for usage from the K64F board.
Fork of WncControllerLibrary by
Diff: WncController.cpp
- Revision:
- 9:76c6dd1434e1
- Parent:
- 8:33c33f7cf84e
- Child:
- 10:2ec59906a24e
--- a/WncController.cpp Fri Sep 09 16:02:42 2016 +0000
+++ b/WncController.cpp Fri Sep 09 17:47:55 2016 +0000
@@ -518,7 +518,7 @@
if (numSock < MAX_NUM_WNC_SOCKETS) {
if (m_sSock[numSock].open == true) {
- int i = m_sSock[numSock].readRetries;
+ uint8_t i = m_sSock[numSock].readRetries;
uint16_t to = m_sSock[numSock].readRetryWaitMs;
bool foundData = false;
size_t numRead;
