Skip to content

Commit c4a381b

Browse files
committed
tests: Add sync pin number.
Signed-off-by: MDin <[email protected]>
1 parent f447301 commit c4a381b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_config.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief Configuration file for board-specific test pin definitions.
44
*
55
* This header file contains the definitions of the pins used for testing
6-
* purposes on the specific board. These pins are configured as output and
6+
* purposes on the specific board. These pins are configured as output and
77
* input pins for various test scenarios.
88
*
99
*/
@@ -13,7 +13,7 @@
1313
#include <stdint.h>
1414

1515
// Test Pin Definitions
16-
#define TEST_DIGITALIO_OUTPUT 4 // IO_4
17-
#define TEST_DIGITALIO_INPUT 3 // IO_3
18-
19-
#endif // TEST_CONFIG_H
16+
#define TEST_DIGITALIO_OUTPUT 2 // IO_4
17+
#define TEST_DIGITALIO_INPUT 3 // IO_3
18+
#define TEST_PIN_SYNC_IO 4 // IO_1
19+
#endif // TEST_CONFIG_H

0 commit comments

Comments
 (0)