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.
Diff: G_functions/fPtr_func.h
- Revision:
- 1:c73566c6788a
- Parent:
- 0:e89ba455dbcf
--- a/G_functions/fPtr_func.h Tue Feb 10 12:09:29 2015 +0000 +++ b/G_functions/fPtr_func.h Tue Feb 10 12:58:16 2015 +0000 @@ -38,10 +38,7 @@ #define fPtr_func_h #include "cc3100_simplelink.h" -//#include "cc3100_driver.h" -//#include "cc3100_nonos.h" -//#include "cc3100_netapp.h" -//#include "cc3100.h" + /* Note. C function pointers point to the functions below. */ /* C++ member function pointers not used ? */ @@ -218,8 +215,6 @@ _SlReturnVal_t _SlDrvMsgReadSpawnCtx(void *pValue); -//void _SlDrvMsgReadSpawnCtx(void *pValue); - void _SlDrvDeviceEventHandler(void *pArgs); void _SlDrvNetAppEventHandler(void *pArgs);