From 489beadf61d05f40dd4ac40e4e5290502f7ad078 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 9 Aug 2025 17:35:26 +0300 Subject: format --- tests/starved_mesh/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/starved_mesh/test.c') diff --git a/tests/starved_mesh/test.c b/tests/starved_mesh/test.c index c91868c..3bde7ca 100644 --- a/tests/starved_mesh/test.c +++ b/tests/starved_mesh/test.c @@ -3,7 +3,8 @@ void _start(unsigned short x, unsigned short y) { - volatile unsigned long *counter = (unsigned long *)((unsigned long)1 << 48); + volatile unsigned long *counter = (unsigned long *)((unsigned long)1 << + 48); volatile char *uart = (char *)4096; /* very hacky, not recommended but good enough for testing */ -- cgit v1.3