summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/board.c
diff options
context:
space:
mode:
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);