Skip to content

Commit

Permalink
tests: drivers: adc: add support for RT595 to ADC API test
Browse files Browse the repository at this point in the history
Enable support for RT595 in ADC API testcase

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse authored and carlescufi committed Jan 8, 2023
1 parent 64ff9aa commit a3f2d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/drivers/adc/adc_api/src/test_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@
#elif defined(CONFIG_BOARD_LPCXPRESSO55S69_CPU0) || \
defined(CONFIG_BOARD_LPCXPRESSO55S28) || \
defined(CONFIG_BOARD_MIMXRT1170_EVK_CM7) || \
defined(CONFIG_BOARD_MIMXRT685_EVK)
defined(CONFIG_BOARD_MIMXRT685_EVK) || \
defined(CONFIG_BOARD_MIMXRT595_EVK)
#define ADC_DEVICE_NODE DT_INST(0, nxp_lpc_lpadc)
#define ADC_RESOLUTION 12
#define ADC_GAIN ADC_GAIN_1
Expand Down

0 comments on commit a3f2d2b

Please sign in to comment.