diff options
Diffstat (limited to 'tests/starved_mesh/test.c')
| -rw-r--r-- | tests/starved_mesh/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |
