Skip to content

Commit e91fd78

Browse files
committed
fix(psram): Fix PSRAM speed test
1 parent 0573b36 commit e91fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/psramspeed/psramspeed.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define START_SIZE 65536
2323

2424
// Max size to be copied. Must be bigger than 32 and it will be floored to the nearest power of 2
25-
#define MAX_TEST_SIZE 512 * 1024 // 512KB
25+
#define MAX_TEST_SIZE 256 * 1024 // 256KB
2626

2727
// Implementation macros
2828

0 commit comments

Comments
 (0)