summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/board.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-25 15:48:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-25 15:48:11 -0600
commit9830c45105339840b3fb1b67687567d5a97b03d4 (patch)
treefa9f1253634ccfd3d13ae3e3a5eef2b17e9b5cb8 /apps/examples/cc3000/board.c
parent9dc1c932eb08d1909fdfd56bf55be7ec9c1b3498 (diff)
downloadnuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.gz
nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.tar.bz2
nuttx-9830c45105339840b3fb1b67687567d5a97b03d4.zip
apps/examples/cc3000 updated by David Sidrane
Diffstat (limited to 'apps/examples/cc3000/board.c')
-rw-r--r--apps/examples/cc3000/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cc3000/board.c b/apps/examples/cc3000/board.c
index 009b56663..ff2a3c729 100644
--- a/apps/examples/cc3000/board.c
+++ b/apps/examples/cc3000/board.c
@@ -169,7 +169,7 @@ void CC3000_Init(void)
once = true;
}
- CC3000_wlan_init( CC3000_AsyncCallback,
+ cc3000_wlan_init( CC3000_AsyncCallback,
SendFirmwarePatch,
SendDriverPatch,
SendBootloaderPatch);