We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d435acf commit ca147ffCopy full SHA for ca147ff
modules/hal_nordic/nrfx/nrfx_config.h
@@ -949,7 +949,7 @@
949
#include <nrfx_config_nrf54h20_enga_ppr.h>
950
#elif defined(NRF9120_XXAA) || defined(NRF9160_XXAA)
951
#include <nrfx_config_nrf91.h>
952
-#elif defined(NRF54L15_ENGA_XXAA) && defined(NRF_APPLICATION)
+#elif (defined(NRF54L15_XXAA) || defined(NRF54L15_ENGA_XXAA)) && defined(NRF_APPLICATION)
953
#include <nrfx_config_nrf54l15_enga_application.h>
954
#else
955
#error "Unknown device."
0 commit comments