set CYW43_WIFI_NVRAM_INCLUDE_FILE allowing user override

This commit is contained in:
Peter Harper 2022-09-01 20:10:06 +01:00 committed by GitHub
parent 89bce613ae
commit 0041f4b7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,4 +70,8 @@
#define CYW43_SPI_PIO 1
#endif
#ifndef CYW43_WIFI_NVRAM_INCLUDE_FILE
#define CYW43_WIFI_NVRAM_INCLUDE_FILE "wifi_nvram_43439.h"
#endif
#endif