Skip to content

Commit d73ce3c

Browse files
committed
tests: Added test pwm frequencies array.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 0014a9b commit d73ce3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static const float test_pwm_frequencies[] = {1, 50, 5000, 20000};
5959
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
6060
#define TEST_ADC_MAX_VALUE 1023
6161
#define TEST_ADC_RESOLUTION 10 // ADC resolution
62+
static const float test_pwm_frequencies[] = {1, 50, 5000, 10000};
6263
#elif defined(KIT_XMC14_2GO)
6364
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
6465
#define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd

0 commit comments

Comments
 (0)