File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ static const uint32_t saadc_psels[NRF_SAADC_DVDD + 1] = {
66
66
[NRF_SAADC_DVDD ] = NRF_SAADC_INPUT_DVDD ,
67
67
};
68
68
#elif defined(NRF54LV10A_ENGA_XXAA )
69
- static const uint32_t saadc_psels [NRF_SAADC_DVDD + 1 ] = {
69
+ static const uint32_t saadc_psels [NRF_SAADC_AIN7 + 1 ] = {
70
70
[NRF_SAADC_AIN0 ] = NRF_PIN_PORT_TO_PIN_NUMBER (0U , 1 ),
71
71
[NRF_SAADC_AIN1 ] = NRF_PIN_PORT_TO_PIN_NUMBER (1U , 1 ),
72
72
[NRF_SAADC_AIN2 ] = NRF_PIN_PORT_TO_PIN_NUMBER (2U , 1 ),
@@ -75,8 +75,6 @@ static const uint32_t saadc_psels[NRF_SAADC_DVDD + 1] = {
75
75
[NRF_SAADC_AIN5 ] = NRF_PIN_PORT_TO_PIN_NUMBER (10U , 1 ),
76
76
[NRF_SAADC_AIN6 ] = NRF_PIN_PORT_TO_PIN_NUMBER (11U , 1 ),
77
77
[NRF_SAADC_AIN7 ] = NRF_PIN_PORT_TO_PIN_NUMBER (12U , 1 ),
78
- [NRF_SAADC_VDD ] = NRF_SAADC_INPUT_VDD ,
79
- [NRF_SAADC_DVDD ] = NRF_SAADC_INPUT_DVDD ,
80
78
};
81
79
#endif
82
80
You can’t perform that action at this time.
0 commit comments