Skip to content

Commit

Permalink
fix ADC test project
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Vynnychek committed Jun 16, 2022
1 parent 237f120 commit a43826e
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 @@ -100,11 +100,12 @@
#elif defined(CONFIG_BOARD_TLSR9518ADK80D)

#define ADC_DEVICE_NAME DT_LABEL(DT_INST(0, telink_b91_adc))
#define ADC_RESOLUTION 13
#define ADC_RESOLUTION 12
#define ADC_GAIN ADC_GAIN_1_4
#define ADC_REFERENCE ADC_REF_INTERNAL
#define ADC_ACQUISITION_TIME ADC_ACQ_TIME_DEFAULT
#define ADC_1ST_CHANNEL_ID 0
#define ADC_1ST_CHANNEL_INPUT 0x0f

#elif defined(CONFIG_BOARD_FRDM_K82F)

Expand Down

0 comments on commit a43826e

Please sign in to comment.