Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: WncControllerK64F
Fork of WNC14A2AInterface by
Diff: WNC14A2AInterface.cpp
- Revision:
- 6:7fd9e590c4e7
- Parent:
- 5:d197692c4447
- Child:
- 7:9340bc9e8d64
diff -r d197692c4447 -r 7fd9e590c4e7 WNC14A2AInterface.cpp --- a/WNC14A2AInterface.cpp Wed Apr 19 01:05:21 2017 +0000 +++ b/WNC14A2AInterface.cpp Wed Apr 19 15:19:05 2017 +0000 @@ -56,7 +56,7 @@ // NSAPI_ERROR_UNSUPPORTED when attempting to create a second object // -WNC14A2AInterface::WNC14A2AInterface(BufferedSerial *dbg) : +WNC14A2AInterface::WNC14A2AInterface(WNCDebug *dbg) : m_wncpoweredup(0), _pwnc(NULL), m_active_socket(-1), @@ -615,7 +615,7 @@ * * Return: void */ -void WNC14A2AInterface::debugOutput(BufferedSerial *dbgOut, char * format, ...) +void WNC14A2AInterface::debugOutput(WNCDebug *dbgOut, char * format, ...) { if( dbgOut && m_debug ) { char buffer[256];