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 72ab376 commit 5a4655fCopy full SHA for 5a4655f
drivers/adc/adc_nrfx_saadc.c
@@ -19,7 +19,7 @@ LOG_MODULE_REGISTER(adc_nrfx_saadc);
19
20
#if (NRF_SAADC_HAS_AIN_AS_PIN)
21
22
-#if defined(CONFIG_SOC_NRF54H20) || defined(CONFIG_SOC_NRF9280)
+#if defined(CONFIG_NRF_PLATFORM_HALTIUM)
23
static const uint8_t saadc_psels[NRF_SAADC_AIN7 + 1] = {
24
[NRF_SAADC_AIN0] = NRF_PIN_PORT_TO_PIN_NUMBER(0U, 1),
25
[NRF_SAADC_AIN1] = NRF_PIN_PORT_TO_PIN_NUMBER(1U, 1),
0 commit comments