Updated Spark/cc3000 files from David Sidrane

This commit is contained in:
Gregory Nutt
2013-10-18 17:14:58 -06:00
parent b05bf917b8
commit 6fda497bc1
9 changed files with 80 additions and 62 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ EXTERN void CC3000_wlan_init(tWlanCB sWlanCB,
*
************************************************************************************/
void wireless_archinitialize(void);
int wireless_archinitialize();
#undef EXTERN
@@ -161,7 +161,7 @@ extern "C" {
#endif
/****************************************************************************
* Name: CC3000_register
* Name: cc3000_register
*
* Description:
* Configure the CC3000 to use the provided SPI device instance. This
@@ -179,7 +179,7 @@ extern "C" {
*
****************************************************************************/
int CC3000_register(FAR struct spi_dev_s *spi,
int cc3000_register(FAR struct spi_dev_s *spi,
FAR struct cc3000_config_s *config, int minor);
#undef EXTERN