
TI's CC3100. A test demo with very little testing done!
Fork of cc3100_Test_Demo by
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);