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 0371b86 commit c6c5a37Copy full SHA for c6c5a37
tests/drivers/adc/adc_api/src/test_adc.c
@@ -223,7 +223,8 @@
223
#define ADC_1ST_CHANNEL_ID 4
224
#define ADC_2ND_CHANNEL_ID 5
225
226
-#elif defined(CONFIG_BOARD_LPCXPRESSO55S69_CPU0)
+#elif defined(CONFIG_BOARD_LPCXPRESSO55S69_CPU0) || \
227
+ defined(CONFIG_BOARD_LPCXPRESSO55S28)
228
#define ADC_DEVICE_NAME DT_LABEL(DT_INST(0, nxp_lpc_lpadc))
229
#define ADC_RESOLUTION 12
230
#define ADC_GAIN ADC_GAIN_1
0 commit comments