CC3000-related typo fixes from the last bit checked. Thanks to David Sidrane

This commit is contained in:
Gregory Nutt 2013-10-16 18:23:42 -06:00
parent 8cd7eea7ad
commit 5a298893d6
3 changed files with 3 additions and 4 deletions

View File

@ -333,7 +333,7 @@ uint8_t *UINT32_TO_STREAM_f(uint8_t *p, unsigned long u32);
*
*****************************************************************************/
uint8_t *UINT16_TO_STREAM_f(uint8_t *p, uint16_t u16)
uint8_t *UINT16_TO_STREAM_f(uint8_t *p, uint16_t u16);
/*****************************************************************************
* Name: STREAM_TO_UINT16_f

View File

@ -142,7 +142,7 @@
#define HCI_EVNT_SETSOCKOPT HCI_CMND_SETSOCKOPT
#define HCI_EVNT_GETSOCKOPT HCI_CMND_GETSOCKOPT
#define HCI_EVNT_BSD_GETHOSTBYNAME HCI_CMND_GETHOSTNAME
#define HCI_EVNT_MDNS_ADVERTISE CI_CMND_MDNS_ADVERTISE
#define HCI_EVNT_MDNS_ADVERTISE HCI_CMND_MDNS_ADVERTISE
#define HCI_EVNT_SEND 0x1003
#define HCI_EVNT_WRITE 0x100E

View File

@ -116,7 +116,7 @@ void wlan_init(tWlanCB sWlanCB, tFWPatches sFWPatches,
tWlanReadInteruptPin sReadWlanInterruptPin,
tWlanInterruptEnable sWlanInterruptEnable,
tWlanInterruptDisable sWlanInterruptDisable,
tWriteWlanPin sWriteWlanPin)'
tWriteWlanPin sWriteWlanPin);
/*****************************************************************************
@ -424,7 +424,6 @@ long wlan_ioctl_get_scan_results(unsigned long ulScanTimeout, uint8_t *ucResults
*
*****************************************************************************/
#ifndef CC3000_TINY_DRIVER
long wlan_ioctl_set_scan_params(unsigned long uiEnable,
unsigned long uiMinDwellTime,
unsigned long uiMaxDwellTime,