mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
drivers/wireless/ieee80211/bcmf_chip_43362.c: Fix bcmf_chip_43362 compile error.
This commit is contained in:
@@ -84,7 +84,7 @@ const struct bcmf_sdio_chip bcmf_43362_config_sdio =
|
||||
/* TODO find something smarter than using image_len references */
|
||||
|
||||
.nvram_image = (FAR uint8_t *)bcm43362_nvram_image,
|
||||
.nvram_image_size = (FAR unsigned int *)&bcm43362_nvram_image_len
|
||||
.nvram_image_size = (FAR unsigned int *)&bcm43362_nvram_image_len,
|
||||
|
||||
#ifndef CONFIG_IEEE80211_BROADCOM_FWFILES
|
||||
.firmware_image = (FAR uint8_t *)bcm43362_firmware_image,
|
||||
|
||||
Reference in New Issue
Block a user