Skip to content

Commit b289903

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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, 50000};
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)