rp2/cyw43_configport: Specify the chipset firmware include file.

Required by the latest version of cyw43-driver.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2023-02-16 11:10:09 +11:00
parent 198579ad6a
commit b257c0152b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "py/mphal.h"
#include "pendsv.h"
#define CYW43_CHIPSET_FIRMWARE_INCLUDE_FILE "w43439A0_7_95_49_00_combined.h"
#define CYW43_WIFI_NVRAM_INCLUDE_FILE "wifi_nvram_43439.h"
#define CYW43_IOCTL_TIMEOUT_US (1000000)
#define CYW43_SLEEP_MAX (10)