summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 18:57:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 18:57:21 -0600
commit0691c20d132686530b52e9ad626f736e89707b9a (patch)
tree3b88b0796d2e8fa74f014188a57d8070a94eee8e /apps/examples
parentc7e57eb4b7bb38edfeb53f61bbfc1f16b8ed4a18 (diff)
downloadpx4-nuttx-0691c20d132686530b52e9ad626f736e89707b9a.tar.gz
px4-nuttx-0691c20d132686530b52e9ad626f736e89707b9a.tar.bz2
px4-nuttx-0691c20d132686530b52e9ad626f736e89707b9a.zip
Spark configuration updated from David Sidrane
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/cc3000/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/cc3000/board.c b/apps/examples/cc3000/board.c
index ff2a3c729..c8a6423be 100644
--- a/apps/examples/cc3000/board.c
+++ b/apps/examples/cc3000/board.c
@@ -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);