summaryrefslogtreecommitdiff
path: root/test/stress.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/stress.c')
-rw-r--r--test/stress.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/stress.c b/test/stress.c
index 18e15eafb9..4cadcadb53 100644
--- a/test/stress.c
+++ b/test/stress.c
@@ -30,11 +30,8 @@ struct i2c_test_param_t {
int addr;
int offset;
int data; /* Non-negative represents data to write. -1 to read. */
-} i2c_test_params[] = {
-#if defined(BOARD_PIT)
- {8, 0, 0x90, 0x19, -1},
-#endif
-};
+} i2c_test_params[];
+
/* Disable I2C test for boards without test configuration */
#if defined(BOARD_BDS) || defined(BOARD_AURON)
#undef CONFIG_I2C