Skip to content

Commit 72d6bf9

Browse files
committed
tests/: Update test_config for analog tests.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent c5113a7 commit 72d6bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
2222
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
2323
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
24-
#define TEST_ADC_RESOLUTION 1023 // ADC resolution
24+
#define ADC_RESOLUTION 1023 // ADC resolution
2525

2626
#define TEST_PIN_ANALOG_IO_DAC 53
2727
#define TEST_PIN_ANALOG_IO_DAC_INPUT A3

0 commit comments

Comments
 (0)