diff options
| author | Damien George <damien@micropython.org> | 2022-07-26 01:37:03 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-26 01:39:30 +1000 |
| commit | f64862a766bf7c22feb1de75dadc69fb9e1aed4a (patch) | |
| tree | ee5c7850843456be3f6ac5902d63e2aab3039f2e | |
| parent | 33d6994d4c5855228ae423f2d77fb2549db9f854 (diff) | |
rp2/cyw43_configport: Set CYW43_WIFI_NVRAM_INCLUDE_FILE value.
Required for latest cyw43-driver.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | ports/rp2/cyw43_configport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/cyw43_configport.h b/ports/rp2/cyw43_configport.h index aeb220b20..b6f5b3cad 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_WIFI_NVRAM_INCLUDE_FILE "wifi_nvram_43439.h" #define CYW43_IOCTL_TIMEOUT_US (1000000) #define CYW43_SLEEP_MAX (10) #define CYW43_NETUTILS (1) |
