Skip to content

Commit 2d744ba

Browse files
committed
tests: Fixed compilation issue.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 41af49c commit 2d744ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <stdint.h>
1414
#include <SPI.h>
1515

16-
#define SPI_TRANSFER_DELAY 2000
16+
#define SPI_TRANSFER_DELAY_US 2000
1717
// Test Pin Definitions
1818
#define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
1919
#define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3

0 commit comments

Comments
 (0)