From b257c0152bd0e12629e3bd65f83cb3a21bbce33a Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 16 Feb 2023 11:10:09 +1100 Subject: [PATCH] rp2/cyw43_configport: Specify the chipset firmware include file. Required by the latest version of cyw43-driver. Signed-off-by: Damien George --- ports/rp2/cyw43_configport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/rp2/cyw43_configport.h b/ports/rp2/cyw43_configport.h index b5a22e6354..c17b7a5c52 100644 --- a/ports/rp2/cyw43_configport.h +++ b/ports/rp2/cyw43_configport.h @@ -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)