diff --git a/src/flash/nor/bluenrg-x.c b/src/flash/nor/bluenrg-x.c index ccbbcc66e..967a4d985 100644 --- a/src/flash/nor/bluenrg-x.c +++ b/src/flash/nor/bluenrg-x.c @@ -563,4 +563,5 @@ const struct flash_driver bluenrgx_flash = { .protect_check = NULL, .auto_probe = bluenrgx_auto_probe, .info = bluenrgx_get_info, + .free_driver_priv = default_flash_free_driver_priv, };