Skip to content

Commit 783945b

Browse files
committed
tests: Modifed the variable name.
Signed-off-by: MDin <[email protected]>
1 parent f1b94b9 commit 783945b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <stdint.h>
1414

1515
// Test Pin Definitions
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
16+
#define TEST_PIN_DIGITAL_IO_OUTPUT 2 // IO_4
17+
#define TEST_PIN_DIGITAL_IO_INPUT 3 // IO_3
18+
#define TEST_PIN_SYNC_IO 4 // IO_1
19+
#endif // TEST_CONFIG_H

0 commit comments

Comments
 (0)