The latest changes to the Secure Boot sample main.c file cause compilation issues;
new main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_P0), 0);
Doesn't work.
old main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_GPIO), 0);
Works!
The commit comment says that it was changed to use the autogenerated definition. Autogenerated by what?