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: simplelink/cc3100.h
- Revision:
- 15:5433f9d94cd7
- Parent:
- 0:50cedd586816
- Child:
- 19:3dd3e7f30f8b
--- a/simplelink/cc3100.h Tue Aug 25 22:03:00 2015 +0000
+++ b/simplelink/cc3100.h Fri Aug 28 21:04:44 2015 +0000
@@ -423,7 +423,9 @@
/*****************************************************************************/
/* Function prototypes */
/*****************************************************************************/
- int32_t initializeAppVariables();
+ int32_t initializeAppVariables(void);
+
+ int32_t Network_AP_InitDriver(void);
int32_t establishConnectionWithAP(void);