Skip to content

Commit 8b02edc

Browse files
committed
tests: Dummy commit.
Signed-off-by: MDin <[email protected]>
1 parent 47367ef commit 8b02edc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/test_config.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ static const float test_pwm_frequencies[] = {1, 50, 5000, 20000};
6060
#define TEST_ADC_MAX_VALUE 1023
6161
#define TEST_ADC_RESOLUTION 10 // ADC resolution
6262
static const float test_pwm_frequencies[] = {1, 50, 5000, 10000};
63-
#elif defined(KIT_XMC13_BOOT_001)
64-
#define TEST_PIN_DIGITAL_IO_OUTPUT 26 // IO_4
65-
#define TEST_PIN_DIGITAL_IO_INPUT 14 // IO_3
66-
#define TEST_PIN_PULSE 6 // IO_2
67-
#define TEST_PIN_SYNC_IO 7 // IO_1
68-
#define TEST_PIN_ONEWIRE 12
69-
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
70-
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
71-
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
72-
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
73-
#define TEST_ADC_MAX_VALUE 1023
74-
#define TEST_ADC_RESOLUTION 10 // ADC resolution
75-
static const float test_pwm_frequencies[] = {1, 50, 5000, 50000};
63+
// #elif defined(KIT_XMC13_BOOT_001)
64+
// #define TEST_PIN_DIGITAL_IO_OUTPUT 26 // IO_4
65+
// #define TEST_PIN_DIGITAL_IO_INPUT 14 // IO_3
66+
// #define TEST_PIN_PULSE 6 // IO_2
67+
// #define TEST_PIN_SYNC_IO 7 // IO_1
68+
// #define TEST_PIN_ONEWIRE 12
69+
// #define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
70+
// #define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
71+
// #define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
72+
// #define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
73+
// #define TEST_ADC_MAX_VALUE 1023
74+
// #define TEST_ADC_RESOLUTION 10 // ADC resolution
75+
// static const float test_pwm_frequencies[] = {1, 50, 5000, 50000};
7676
#elif defined(KIT_XMC14_2GO)
7777
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
7878
#define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd

0 commit comments

Comments
 (0)