Spark configuration updated from David Sidrane

This commit is contained in:
Gregory Nutt 2014-02-19 18:57:21 -06:00
parent c88b844190
commit fda41f953f

View File

@ -165,11 +165,11 @@ void CC3000_Init(void)
if (!once) if (!once)
{ {
wireless_archinitialize(); wireless_archinitialize(132);
once = true; once = true;
} }
cc3000_wlan_init( CC3000_AsyncCallback, cc3000_wlan_init(132, CC3000_AsyncCallback,
SendFirmwarePatch, SendFirmwarePatch,
SendDriverPatch, SendDriverPatch,
SendBootloaderPatch); SendBootloaderPatch);