We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f447301 commit c4a381bCopy full SHA for c4a381b
tests/test_config.h
@@ -3,7 +3,7 @@
3
* @brief Configuration file for board-specific test pin definitions.
4
*
5
* 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
+ * purposes on the specific board. These pins are configured as output and
7
* input pins for various test scenarios.
8
9
*/
@@ -13,7 +13,7 @@
13
#include <stdint.h>
14
15
// 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
+#define TEST_DIGITALIO_OUTPUT 2 // IO_4
+#define TEST_DIGITALIO_INPUT 3 // IO_3
+#define TEST_PIN_SYNC_IO 4 // IO_1
+#endif // TEST_CONFIG_H
0 commit comments