From 978ddb52f0fd8353641f69c9c8d272dc56463ffd Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 11:16:46 +0000 Subject: [PATCH] Fix memory size in extram test --- test/extram/test/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extram/test/tests.c b/test/extram/test/tests.c index a045d15..21e8e9a 100644 --- a/test/extram/test/tests.c +++ b/test/extram/test/tests.c @@ -158,7 +158,7 @@ void test_extram_short_write(void) { // check that short 7 only of extram has changed uint16_t *p = (uint16_t *)extram; - for (int i=0;i