We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc436c9 commit c8546d4Copy full SHA for c8546d4
tests/validation/psram/psram.ino
@@ -68,7 +68,7 @@ void test_memset_random(void) {
68
}
69
70
void test_memcpy(void) {
71
- void *buf2 = malloc(1024); // 1KB
+ void *buf2 = malloc(1024); // 1KB
72
TEST_ASSERT_NOT_NULL(buf2);
73
memset(buf, 0x55, MAX_TEST_SIZE);
74
memset(buf2, 0xAA, 1024);
0 commit comments