mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 12:38:19 +00:00
Spark configuration updated from David Sidrane
This commit is contained in:
parent
c88b844190
commit
fda41f953f
1 changed files with 2 additions and 2 deletions
|
|
@ -165,11 +165,11 @@ void CC3000_Init(void)
|
|||
|
||||
if (!once)
|
||||
{
|
||||
wireless_archinitialize();
|
||||
wireless_archinitialize(132);
|
||||
once = true;
|
||||
}
|
||||
|
||||
cc3000_wlan_init( CC3000_AsyncCallback,
|
||||
cc3000_wlan_init(132, CC3000_AsyncCallback,
|
||||
SendFirmwarePatch,
|
||||
SendDriverPatch,
|
||||
SendBootloaderPatch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue