diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:35:26 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:35:26 +0300 |
| commit | 489beadf61d05f40dd4ac40e4e5290502f7ad078 (patch) | |
| tree | 58241d94c3376aae6b081c6fe16288aa0f4d8593 /tests/starved_mesh/test.c | |
| parent | 1853f5d6594bc371e4d8e631c24acd011a620915 (diff) | |
| download | gran-489beadf61d05f40dd4ac40e4e5290502f7ad078.tar.gz gran-489beadf61d05f40dd4ac40e4e5290502f7ad078.zip | |
format
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 */ |
