mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Updated Spark/cc3000 files from David Sidrane
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user