Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 4, 2024
1 parent fc436c9 commit c8546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validation/psram/psram.ino
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void test_memset_random(void) {
}

void test_memcpy(void) {
void *buf2 = malloc(1024); // 1KB
void *buf2 = malloc(1024); // 1KB
TEST_ASSERT_NOT_NULL(buf2);
memset(buf, 0x55, MAX_TEST_SIZE);
memset(buf2, 0xAA, 1024);
Expand Down

0 comments on commit c8546d4

Please sign in to comment.