Skip to content

Commit 88868a5

Browse files
Fix astyle
1 parent e3f87fb commit 88868a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/rp2040/flash_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static void __no_inline_not_in_flash_func(flushcache)() {
3131
// *cache = 0;
3232
//}
3333
uint32_t sum = 0; // Ignored, just to ensure not optimized out
34-
for (volatile uint32_t *flash = (volatile uint32_t *)0x11000000; flash < (volatile uint32_t *)(0x11000000 + 48*1024*4); flash++) {
34+
for (volatile uint32_t *flash = (volatile uint32_t *)0x11000000; flash < (volatile uint32_t *)(0x11000000 + 48 * 1024 * 4); flash++) {
3535
sum += *flash;
3636
}
3737
__wastedsum += sum;

0 commit comments

Comments
 (0)